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