Struct pcf857x::P2[][src]

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

Pin

Trait Implementations

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

Drives the pin high Read more

Drives the pin low Read more

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

Is the input pin high?

Is the input pin low?

Auto Trait Implementations

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

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