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