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