pub enum VLCDEN {
Disabled = 0,
Enabled = 1,
}
Expand description
VLCD reading circuitry enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for VLCDEN
impl Eq for VLCDEN
impl StructuralPartialEq for VLCDEN
Auto Trait Implementations§
impl Freeze for VLCDEN
impl RefUnwindSafe for VLCDEN
impl Send for VLCDEN
impl Sync for VLCDEN
impl Unpin for VLCDEN
impl UnwindSafe for VLCDEN
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