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