Enum Frf
#[repr(u8)]pub enum Frf {
Motorola = 0,
Ti = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Frf
impl Eq for Frf
§impl Ord for Frf
impl Ord for Frf
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 Frf
impl PartialOrd for Frf
impl StructuralPartialEq for Frf
Auto Trait Implementations§
impl Freeze for Frf
impl RefUnwindSafe for Frf
impl Send for Frf
impl Sync for Frf
impl Unpin for Frf
impl UnsafeUnpin for Frf
impl UnwindSafe for Frf
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