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