[][src]Struct lpc81x_hal::pinint::PinInterrupts

pub struct PinInterrupts {
    pub int0: Interrupt0<Inactive>,
    pub int1: Interrupt1<Inactive>,
    pub int2: Interrupt2<Inactive>,
    pub int3: Interrupt3<Inactive>,
    pub int4: Interrupt4<Inactive>,
    pub int5: Interrupt5<Inactive>,
    pub int6: Interrupt6<Inactive>,
    pub int7: Interrupt7<Inactive>,
}

Fields

int0: Interrupt0<Inactive>int1: Interrupt1<Inactive>int2: Interrupt2<Inactive>int3: Interrupt3<Inactive>int4: Interrupt4<Inactive>int5: Interrupt5<Inactive>int6: Interrupt6<Inactive>int7: Interrupt7<Inactive>

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self