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