pub struct SDStatus { /* private fields */ }
Expand description

SD Status

Status bits related to SD Memory Card proprietary features

Ref PLSS_v7_10 Section 4.10.2 SD Status

Implementations

Current data bus width

Is the card currently in the secured mode

SD Memory Card type (ROM, OTP, etc)

SDHC / SDXC: Capacity of Protected Area in bytes

Speed Class

“Performance Move” indicator in 1 MB/s units

Allocation Unit (AU) size. Lookup in PLSS v7_10 Table 4-47

Indicates N_Erase, in units of AU

Indicates T_Erase / Erase Timeout (s)

Video speed class

Application Performance Class

Discard Support

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

From little endian words

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.