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