[][src]Struct imxrt_iomuxc::imxrt106x::ErasedPads

pub struct ErasedPads {
    pub emc: ErasedPads,
    pub ad_b0: ErasedPads,
    pub ad_b1: ErasedPads,
    pub b0: ErasedPads,
    pub b1: ErasedPads,
    pub sd_b0: ErasedPads,
    pub sd_b1: ErasedPads,
}
This is supported on crate feature imxrt106x only.

All of the pads, with all types erased

Convention

The members of ErasedPads are arrays that provide erased pads as objects. Pads are grouped by their prefix, like ad_b0. The array index corresponds to the final pad identifier.

Use Pads::erase() to get an ErasedPads.

Fields

emc: ErasedPads
This is supported on crate feature imxrt106x only.
ad_b0: ErasedPads
This is supported on crate feature imxrt106x only.
ad_b1: ErasedPads
This is supported on crate feature imxrt106x only.
b0: ErasedPads
This is supported on crate feature imxrt106x only.
b1: ErasedPads
This is supported on crate feature imxrt106x only.
sd_b0: ErasedPads
This is supported on crate feature imxrt106x only.
sd_b1: ErasedPads
This is supported on crate feature imxrt106x only.

Auto Trait Implementations

impl Send for ErasedPads

impl !Sync for ErasedPads

impl Unpin for ErasedPads

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> Same<T> for T[src]

type Output = T

Should always be Self

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.