#[repr(u8)]pub enum LviEn {
LVI_3V_DISABLE = 0,
LVI_3V_ENABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LviEn
impl Ord for LviEn
Source§impl PartialOrd for LviEn
impl PartialOrd for LviEn
impl Copy for LviEn
impl Eq for LviEn
impl StructuralPartialEq for LviEn
Auto Trait Implementations§
impl Freeze for LviEn
impl RefUnwindSafe for LviEn
impl Send for LviEn
impl Sync for LviEn
impl Unpin for LviEn
impl UnwindSafe for LviEn
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