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