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