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