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