Enum capsules::sdcard::SDCardType
[−]
[src]
enum SDCardType { Uninitialized, MMC, SDv1, SDv2, SDv2BlockAddressable, }
SD card types, determined during initialization
Variants
Uninitialized
MMC
SDv1
SDv2
SDv2BlockAddressable
Trait Implementations
impl Clone for SDCardType
[src]
fn clone(&self) -> SDCardType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for SDCardType
[src]
impl Debug for SDCardType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more