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