[][src]Struct pcf857x::P11

pub struct P11<'a, IC: 'a, E>(_, _);

Pin

Trait Implementations

impl<'a, S, E> OutputPin for P11<'a, S, E> where
    S: SetPin<E>, 
[src]

type Error = Error<E>

Error type

impl<'a, S, E> InputPin for P11<'a, S, E> where
    S: GetPin<E>, 
[src]

type Error = Error<E>

Error type

Auto Trait Implementations

impl<'a, IC, E> Send for P11<'a, IC, E> where
    E: Send,
    IC: Sync

impl<'a, IC, E> Sync for P11<'a, IC, E> where
    E: Sync,
    IC: Sync

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> OutputPin for T where
    T: OutputPin
[src]

type Error = ()

Error type

impl<T> InputPin for T where
    T: InputPin
[src]

type Error = ()

Error type