Enum capsules::sdcard::SDResponse
[−]
[src]
enum SDResponse {
R1_Status,
R2_ExtendedStatus,
R3_OCR,
R7_CheckVoltage,
}SD card response codes
Variants
R1_StatusR2_ExtendedStatusR3_OCRR7_CheckVoltage
Trait Implementations
impl Clone for SDResponse[src]
fn clone(&self) -> SDResponse[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 SDResponse[src]
impl Debug for SDResponse[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more