#[repr(u8)]pub enum Fltconf {
FLTCONF_0 = 0,
FLTCONF_1 = 1,
FLTCONF_2 = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Fltconf
impl Ord for Fltconf
Source§impl PartialOrd for Fltconf
impl PartialOrd for Fltconf
impl Copy for Fltconf
impl Eq for Fltconf
impl StructuralPartialEq for Fltconf
Auto Trait Implementations§
impl Freeze for Fltconf
impl RefUnwindSafe for Fltconf
impl Send for Fltconf
impl Sync for Fltconf
impl Unpin for Fltconf
impl UnwindSafe for Fltconf
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