[−][src]Struct sdio_host::CID
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]
fn clone(&self) -> CID
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,