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