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