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