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