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