#[repr(u8)]pub enum Cdtl {
CDTL_0 = 0,
CDTL_1 = 1,
}Variants§
CDTL_0 = 0
Card Detect Test Level is 0, no card inserted
CDTL_1 = 1
Card Detect Test Level is 1, card inserted
Implementations§
Trait Implementations§
Source§impl Ord for Cdtl
impl Ord for Cdtl
Source§impl PartialOrd for Cdtl
impl PartialOrd for Cdtl
impl Copy for Cdtl
impl Eq for Cdtl
impl StructuralPartialEq for Cdtl
Auto Trait Implementations§
impl Freeze for Cdtl
impl RefUnwindSafe for Cdtl
impl Send for Cdtl
impl Sync for Cdtl
impl Unpin for Cdtl
impl UnwindSafe for Cdtl
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