pub enum VOType {
Show 24 variants
VB,
VBH,
VBH4S,
VBHS,
VBHSD2,
VHS,
VS,
VB8H4,
VB8H4S2,
VB8D1,
VH4S2,
VB16,
VB16H8,
VB16H8S4,
VB16D2,
VH8S4,
VS4,
VD2,
SVBHS,
SVB8H4S2,
SVHS,
VAny,
SVAny,
Count,
}Variants§
VB
VBH
VBH4S
VBHS
VBHSD2
VHS
VS
VB8H4
VB8H4S2
VB8D1
VH4S2
VB16
VB16H8
VB16H8S4
VB16D2
VH8S4
VS4
VD2
SVBHS
SVB8H4S2
SVHS
VAny
SVAny
Count
Auto Trait Implementations§
impl Freeze for VOType
impl RefUnwindSafe for VOType
impl Send for VOType
impl Sync for VOType
impl Unpin for VOType
impl UnsafeUnpin for VOType
impl UnwindSafe for VOType
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