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