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