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