pub enum IFGW {
IFG96,
IFG88,
IFG80,
IFG40,
}
Expand description
Values that can be written to the field IFG
Variants§
Auto Trait Implementations§
impl Freeze for IFGW
impl RefUnwindSafe for IFGW
impl Send for IFGW
impl Sync for IFGW
impl Unpin for IFGW
impl UnwindSafe for IFGW
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