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