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