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