[][src]Struct sdio_host::RCA

pub struct RCA(_);

Relative Card Address (RCA)

R6

Implementations

impl RCA[src]

pub fn address(&self) -> u16[src]

Address of card

pub fn status(&self) -> u16[src]

Status

Trait Implementations

impl Clone for RCA[src]

impl Copy for RCA[src]

impl Default for RCA[src]

impl From<u32> for RCA[src]

Auto Trait Implementations

impl Send for RCA

impl Sync for RCA

impl Unpin for RCA

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.