#[repr(transparent)]pub struct Word010(pub u32);Expand description
Message Buffer 10 WORD0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Word010
impl Word010
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 Word010
impl Eq for Word010
impl StructuralPartialEq for Word010
Auto Trait Implementations§
impl Freeze for Word010
impl RefUnwindSafe for Word010
impl Send for Word010
impl Sync for Word010
impl Unpin for Word010
impl UnwindSafe for Word010
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