[][src]Enum sdio_host::CurrentConsumption

pub enum CurrentConsumption {
    I_0mA,
    I_1mA,
    I_5mA,
    I_10mA,
    I_25mA,
    I_35mA,
    I_45mA,
    I_60mA,
    I_80mA,
    I_100mA,
    I_200mA,
}

Variants

I_0mA
I_1mA
I_5mA
I_10mA
I_25mA
I_35mA
I_45mA
I_60mA
I_80mA
I_100mA
I_200mA

Trait Implementations

impl Clone for CurrentConsumption[src]

impl Copy for CurrentConsumption[src]

impl Debug for CurrentConsumption[src]

impl Eq for CurrentConsumption[src]

impl<'_> From<&'_ CurrentConsumption> for u32[src]

impl PartialEq<CurrentConsumption> for CurrentConsumption[src]

impl StructuralEq for CurrentConsumption[src]

impl StructuralPartialEq for CurrentConsumption[src]

Auto Trait Implementations

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.