pub enum IFGR {
IFG96,
IFG88,
IFG80,
IFG40,
_Reserved(u8),
}
Expand description
Possible values of the field IFG
Variants§
Implementations§
Trait Implementations§
impl Copy for IFGR
impl StructuralPartialEq for IFGR
Auto Trait Implementations§
impl Freeze for IFGR
impl RefUnwindSafe for IFGR
impl Send for IFGR
impl Sync for IFGR
impl Unpin for IFGR
impl UnwindSafe for IFGR
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