#[repr(transparent)]pub struct Mb532bWord2L(pub u32);Expand description
Message Buffer 5 WORD_32B Register
Tuple Fields§
§0: u32Implementations§
Source§impl Mb532bWord2L
impl Mb532bWord2L
Sourcepub const fn data_byte_11(&self) -> u8
pub const fn data_byte_11(&self) -> u8
Data byte 0 of Rx/Tx frame.
Sourcepub const fn set_data_byte_11(&mut self, val: u8)
pub const fn set_data_byte_11(&mut self, val: u8)
Data byte 0 of Rx/Tx frame.
Sourcepub const fn data_byte_10(&self) -> u8
pub const fn data_byte_10(&self) -> u8
Data byte 1 of Rx/Tx frame.
Sourcepub const fn set_data_byte_10(&mut self, val: u8)
pub const fn set_data_byte_10(&mut self, val: u8)
Data byte 1 of Rx/Tx frame.
Sourcepub const fn data_byte_9(&self) -> u8
pub const fn data_byte_9(&self) -> u8
Data byte 2 of Rx/Tx frame.
Sourcepub const fn set_data_byte_9(&mut self, val: u8)
pub const fn set_data_byte_9(&mut self, val: u8)
Data byte 2 of Rx/Tx frame.
Sourcepub const fn data_byte_8(&self) -> u8
pub const fn data_byte_8(&self) -> u8
Data byte 3 of Rx/Tx frame.
Sourcepub const fn set_data_byte_8(&mut self, val: u8)
pub const fn set_data_byte_8(&mut self, val: u8)
Data byte 3 of Rx/Tx frame.
Trait Implementations§
Source§impl Clone for Mb532bWord2L
impl Clone for Mb532bWord2L
Source§fn clone(&self) -> Mb532bWord2L
fn clone(&self) -> Mb532bWord2L
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mb532bWord2L
impl Debug for Mb532bWord2L
Source§impl Default for Mb532bWord2L
impl Default for Mb532bWord2L
Source§fn default() -> Mb532bWord2L
fn default() -> Mb532bWord2L
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mb532bWord2L
impl PartialEq for Mb532bWord2L
impl Copy for Mb532bWord2L
impl Eq for Mb532bWord2L
impl StructuralPartialEq for Mb532bWord2L
Auto Trait Implementations§
impl Freeze for Mb532bWord2L
impl RefUnwindSafe for Mb532bWord2L
impl Send for Mb532bWord2L
impl Sync for Mb532bWord2L
impl Unpin for Mb532bWord2L
impl UnwindSafe for Mb532bWord2L
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