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