#[repr(u8)]pub enum Mvi {
MVI_0 = 0,
MVI_1 = 1,
}Variants§
MVI_0 = 0
Single voltage reference high (VREFH) input supported.
MVI_1 = 1
Multiple voltage reference high (VREFH) inputs supported.
Implementations§
Trait Implementations§
Source§impl Ord for Mvi
impl Ord for Mvi
Source§impl PartialOrd for Mvi
impl PartialOrd for Mvi
impl Copy for Mvi
impl Eq for Mvi
impl StructuralPartialEq for Mvi
Auto Trait Implementations§
impl Freeze for Mvi
impl RefUnwindSafe for Mvi
impl Send for Mvi
impl Sync for Mvi
impl Unpin for Mvi
impl UnwindSafe for Mvi
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