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