pub enum CARDDPL_A {
NO,
YES,
}
Expand description
Card Detect Pin Level
Value on reset: 0
Variants
NO
0: No card present (SDCD#=1)
YES
1: Card present (SDCD#=0)
Trait Implementations
impl Copy for CARDDPL_A
impl StructuralPartialEq for CARDDPL_A
Auto Trait Implementations
impl RefUnwindSafe for CARDDPL_A
impl Send for CARDDPL_A
impl Sync for CARDDPL_A
impl Unpin for CARDDPL_A
impl UnwindSafe for CARDDPL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more