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