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