pub enum Vtl {
Vtl0,
Vtl2,
}
Expand description
Vtls for mmio.
Variants§
Trait Implementations§
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