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