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