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