#[repr(u8)]pub enum Vmpl {
Vmpl0 = 0,
Vmpl1 = 1,
Vmpl2 = 2,
Vmpl3 = 3,
}
Variants§
Trait Implementations§
source§impl Ord for Vmpl
impl Ord for Vmpl
source§impl PartialOrd for Vmpl
impl PartialOrd for Vmpl
impl Copy for Vmpl
impl Eq for Vmpl
impl StructuralPartialEq for Vmpl
Auto Trait Implementations§
impl Freeze for Vmpl
impl RefUnwindSafe for Vmpl
impl Send for Vmpl
impl Sync for Vmpl
impl Unpin for Vmpl
impl UnwindSafe for Vmpl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)