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