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