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