Struct stm32_metapac::can::regs::Rdlr
#[repr(transparent)]pub struct Rdlr(pub u32);
Expand description
mailbox data high register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rdlr
impl Eq for Rdlr
impl StructuralPartialEq for Rdlr
Auto Trait Implementations§
impl Freeze for Rdlr
impl RefUnwindSafe for Rdlr
impl Send for Rdlr
impl Sync for Rdlr
impl Unpin for Rdlr
impl UnwindSafe for Rdlr
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