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