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