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