#[repr(transparent)]pub struct Gfwr(pub u32);Expand description
Glitch Filter Width Registers
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Gfwr
impl Eq for Gfwr
impl StructuralPartialEq for Gfwr
Auto Trait Implementations§
impl Freeze for Gfwr
impl RefUnwindSafe for Gfwr
impl Send for Gfwr
impl Sync for Gfwr
impl Unpin for Gfwr
impl UnwindSafe for Gfwr
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