Enum Vdes
#[repr(u8)]pub enum Vdes {
NOTACTIVE = 0,
ACTIVE = 1,
}
Variants§
NOTACTIVE = 0
Currently not in vertical Data Enable phase
ACTIVE = 1
Currently in vertical Data Enable phase
Implementations§
Trait Implementations§
§impl Ord for Vdes
impl Ord for Vdes
§impl PartialOrd for Vdes
impl PartialOrd for Vdes
impl Copy for Vdes
impl Eq for Vdes
impl StructuralPartialEq for Vdes
Auto Trait Implementations§
impl Freeze for Vdes
impl RefUnwindSafe for Vdes
impl Send for Vdes
impl Sync for Vdes
impl Unpin for Vdes
impl UnwindSafe for Vdes
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