[][src]Struct sdio_host::CID

pub struct CID { /* fields omitted */ }

Card Identification Register (CID)

R2

Implementations

impl CID[src]

pub fn manufacturer_id(&self) -> u8[src]

Manufacturer ID

pub fn oem_id(&self) -> &str[src]

OEM/Application ID

pub fn product_name(&self) -> &str[src]

Product name

pub fn product_revision(&self) -> u8[src]

Product revision

pub fn serial(&self) -> u32[src]

Product serial number

pub fn manufacturing_date(&self) -> (u8, u16)[src]

Manufacturing date

Trait Implementations

impl Clone for CID[src]

impl Copy for CID[src]

impl Debug for CID[src]

impl Default for CID[src]

impl From<[u32; 4]> for CID[src]

From little endian words

impl From<u128> for CID[src]

Auto Trait Implementations

impl Send for CID

impl Sync for CID

impl Unpin for CID

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.