#[repr(C)]pub struct twai_message_t__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl twai_message_t__bindgen_ty_1__bindgen_ty_1
impl twai_message_t__bindgen_ty_1__bindgen_ty_1
pub fn extd(&self) -> u32
pub fn set_extd(&mut self, val: u32)
pub unsafe fn extd_raw( this: *const twai_message_t__bindgen_ty_1__bindgen_ty_1, ) -> u32
pub unsafe fn set_extd_raw( this: *mut twai_message_t__bindgen_ty_1__bindgen_ty_1, val: u32, )
pub fn rtr(&self) -> u32
pub fn set_rtr(&mut self, val: u32)
pub unsafe fn rtr_raw( this: *const twai_message_t__bindgen_ty_1__bindgen_ty_1, ) -> u32
pub unsafe fn set_rtr_raw( this: *mut twai_message_t__bindgen_ty_1__bindgen_ty_1, val: u32, )
pub fn ss(&self) -> u32
pub fn set_ss(&mut self, val: u32)
pub unsafe fn ss_raw( this: *const twai_message_t__bindgen_ty_1__bindgen_ty_1, ) -> u32
pub unsafe fn set_ss_raw( this: *mut twai_message_t__bindgen_ty_1__bindgen_ty_1, val: u32, )
pub fn self_(&self) -> u32
pub fn set_self(&mut self, val: u32)
pub unsafe fn self__raw( this: *const twai_message_t__bindgen_ty_1__bindgen_ty_1, ) -> u32
pub unsafe fn set_self_raw( this: *mut twai_message_t__bindgen_ty_1__bindgen_ty_1, val: u32, )
pub fn dlc_non_comp(&self) -> u32
pub fn set_dlc_non_comp(&mut self, val: u32)
pub unsafe fn dlc_non_comp_raw( this: *const twai_message_t__bindgen_ty_1__bindgen_ty_1, ) -> u32
pub unsafe fn set_dlc_non_comp_raw( this: *mut twai_message_t__bindgen_ty_1__bindgen_ty_1, val: u32, )
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw( this: *const twai_message_t__bindgen_ty_1__bindgen_ty_1, ) -> u32
pub unsafe fn set_reserved_raw( this: *mut twai_message_t__bindgen_ty_1__bindgen_ty_1, val: u32, )
pub fn new_bitfield_1( extd: u32, rtr: u32, ss: u32, self_: u32, dlc_non_comp: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl Clone for twai_message_t__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> twai_message_t__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> twai_message_t__bindgen_ty_1__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl Debug for twai_message_t__bindgen_ty_1__bindgen_ty_1
Source§impl Default for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl Default for twai_message_t__bindgen_ty_1__bindgen_ty_1
Source§fn default() -> twai_message_t__bindgen_ty_1__bindgen_ty_1
fn default() -> twai_message_t__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for twai_message_t__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl Send for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl Sync for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl Unpin for twai_message_t__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for twai_message_t__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)