#[repr(transparent)]pub struct Word138(pub u32);Expand description
Message Buffer 38 WORD1 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Word138
impl Word138
Sourcepub const fn data_byte_7(&self) -> u8
pub const fn data_byte_7(&self) -> u8
Data byte 0 of Rx/Tx frame.
Sourcepub const fn set_data_byte_7(&mut self, val: u8)
pub const fn set_data_byte_7(&mut self, val: u8)
Data byte 0 of Rx/Tx frame.
Sourcepub const fn data_byte_6(&self) -> u8
pub const fn data_byte_6(&self) -> u8
Data byte 1 of Rx/Tx frame.
Sourcepub const fn set_data_byte_6(&mut self, val: u8)
pub const fn set_data_byte_6(&mut self, val: u8)
Data byte 1 of Rx/Tx frame.
Sourcepub const fn data_byte_5(&self) -> u8
pub const fn data_byte_5(&self) -> u8
Data byte 2 of Rx/Tx frame.
Sourcepub const fn set_data_byte_5(&mut self, val: u8)
pub const fn set_data_byte_5(&mut self, val: u8)
Data byte 2 of Rx/Tx frame.
Sourcepub const fn data_byte_4(&self) -> u8
pub const fn data_byte_4(&self) -> u8
Data byte 3 of Rx/Tx frame.
Sourcepub const fn set_data_byte_4(&mut self, val: u8)
pub const fn set_data_byte_4(&mut self, val: u8)
Data byte 3 of Rx/Tx frame.
Trait Implementations§
impl Copy for Word138
impl Eq for Word138
impl StructuralPartialEq for Word138
Auto Trait Implementations§
impl Freeze for Word138
impl RefUnwindSafe for Word138
impl Send for Word138
impl Sync for Word138
impl Unpin for Word138
impl UnwindSafe for Word138
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