Enum Dacen
pub enum Dacen {
_0 = 0,
_1 = 1,
}Expand description
DAC Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dacen
impl Eq for Dacen
impl StructuralPartialEq for Dacen
Auto Trait Implementations§
impl Freeze for Dacen
impl RefUnwindSafe for Dacen
impl Send for Dacen
impl Sync for Dacen
impl Unpin for Dacen
impl UnwindSafe for Dacen
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