#[repr(transparent)]pub struct Word063(pub u32);Expand description
Message Buffer 63 WORD0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Word063
impl Word063
Sourcepub const fn data_byte_3(&self) -> u8
pub const fn data_byte_3(&self) -> u8
Data byte 0 of Rx/Tx frame.
Sourcepub const fn set_data_byte_3(&mut self, val: u8)
pub const fn set_data_byte_3(&mut self, val: u8)
Data byte 0 of Rx/Tx frame.
Sourcepub const fn data_byte_2(&self) -> u8
pub const fn data_byte_2(&self) -> u8
Data byte 1 of Rx/Tx frame.
Sourcepub const fn set_data_byte_2(&mut self, val: u8)
pub const fn set_data_byte_2(&mut self, val: u8)
Data byte 1 of Rx/Tx frame.
Sourcepub const fn data_byte_1(&self) -> u8
pub const fn data_byte_1(&self) -> u8
Data byte 2 of Rx/Tx frame.
Sourcepub const fn set_data_byte_1(&mut self, val: u8)
pub const fn set_data_byte_1(&mut self, val: u8)
Data byte 2 of Rx/Tx frame.
Sourcepub const fn data_byte_0(&self) -> u8
pub const fn data_byte_0(&self) -> u8
Data byte 3 of Rx/Tx frame.
Sourcepub const fn set_data_byte_0(&mut self, val: u8)
pub const fn set_data_byte_0(&mut self, val: u8)
Data byte 3 of Rx/Tx frame.
Trait Implementations§
impl Copy for Word063
impl Eq for Word063
impl StructuralPartialEq for Word063
Auto Trait Implementations§
impl Freeze for Word063
impl RefUnwindSafe for Word063
impl Send for Word063
impl Sync for Word063
impl Unpin for Word063
impl UnwindSafe for Word063
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more