#[repr(u8)]pub enum Vtl {
Vtl0 = 0,
Vtl1 = 1,
Vtl2 = 2,
}
Variants§
Trait Implementations§
source§impl From<Vtl> for HvInputVtl
impl From<Vtl> for HvInputVtl
source§impl Ord for Vtl
impl Ord for Vtl
source§impl PartialOrd for Vtl
impl PartialOrd for Vtl
impl Copy for Vtl
impl Eq for Vtl
impl StructuralPartialEq for Vtl
Auto Trait Implementations§
impl Freeze for Vtl
impl RefUnwindSafe for Vtl
impl Send for Vtl
impl Sync for Vtl
impl Unpin for Vtl
impl UnwindSafe for Vtl
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
)