pub enum CardType {
SD1,
SD2,
SDHC,
}
Expand description
Card type.
Variants§
Trait Implementations§
impl Copy for CardType
impl Eq for CardType
impl StructuralPartialEq for CardType
Auto Trait Implementations§
impl Freeze for CardType
impl RefUnwindSafe for CardType
impl Send for CardType
impl Sync for CardType
impl Unpin for CardType
impl UnwindSafe for CardType
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