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