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