Enum Ifg
#[repr(u8)]pub enum Ifg {
Ifg96 = 0,
Ifg88 = 1,
Ifg80 = 2,
Ifg72 = 3,
Ifg64 = 4,
Ifg56 = 5,
Ifg48 = 6,
Ifg40 = 7,
}Variants§
Ifg96 = 0
96 bit times
Ifg88 = 1
88 bit times
Ifg80 = 2
80 bit times
Ifg72 = 3
72 bit times
Ifg64 = 4
64 bit times
Ifg56 = 5
56 bit times
Ifg48 = 6
48 bit times
Ifg40 = 7
40 bit times
Implementations§
Trait Implementations§
impl Copy for Ifg
impl Eq for Ifg
§impl Ord for Ifg
impl Ord for Ifg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ifg
impl PartialOrd for Ifg
impl StructuralPartialEq for Ifg
Auto Trait Implementations§
impl Freeze for Ifg
impl RefUnwindSafe for Ifg
impl Send for Ifg
impl Sync for Ifg
impl Unpin for Ifg
impl UnsafeUnpin for Ifg
impl UnwindSafe for Ifg
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