#[repr(transparent)]pub struct Id3(pub u32);Expand description
Message Buffer 3 ID Register
Tuple Fields§
§0: u32Implementations§
Source§impl Id3
impl Id3
Sourcepub const fn set_ext(&mut self, val: u32)
pub const fn set_ext(&mut self, val: u32)
Contains extended (LOW word) identifier of message buffer.
Sourcepub const fn std(&self) -> u16
pub const fn std(&self) -> u16
Contains standard/extended (HIGH word) identifier of message buffer.
Sourcepub const fn set_std(&mut self, val: u16)
pub const fn set_std(&mut self, val: u16)
Contains standard/extended (HIGH word) identifier of message buffer.
Trait Implementations§
impl Copy for Id3
impl Eq for Id3
impl StructuralPartialEq for Id3
Auto Trait Implementations§
impl Freeze for Id3
impl RefUnwindSafe for Id3
impl Send for Id3
impl Sync for Id3
impl Unpin for Id3
impl UnwindSafe for Id3
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