pub struct SDCardInfo {
pub SD_csd: SDCardCSD,
pub SD_cid: SDCardCID,
pub CardCapacity: u64,
pub CardBlockSize: u64,
}
Expand description
- Card information
Fields
SD_csd: SDCardCSD
SD_cid: SDCardCID
CardCapacity: u64
CardBlockSize: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SDCardInfo
impl Send for SDCardInfo
impl Sync for SDCardInfo
impl Unpin for SDCardInfo
impl UnwindSafe for SDCardInfo
Blanket Implementations
Mutably borrows from an owned value. Read more