Struct pcf857x::pcf8575::Parts[][src]

pub struct Parts<'a, IC: 'a, E> {
Show fields pub p0: P0<'a, IC, E>, pub p1: P1<'a, IC, E>, pub p2: P2<'a, IC, E>, pub p3: P3<'a, IC, E>, pub p4: P4<'a, IC, E>, pub p5: P5<'a, IC, E>, pub p6: P6<'a, IC, E>, pub p7: P7<'a, IC, E>, pub p10: P10<'a, IC, E>, pub p11: P11<'a, IC, E>, pub p12: P12<'a, IC, E>, pub p13: P13<'a, IC, E>, pub p14: P14<'a, IC, E>, pub p15: P15<'a, IC, E>, pub p16: P16<'a, IC, E>, pub p17: P17<'a, IC, E>,
}
Expand description

Pins

Fields

p0: P0<'a, IC, E>

Pin

p1: P1<'a, IC, E>

Pin

p2: P2<'a, IC, E>

Pin

p3: P3<'a, IC, E>

Pin

p4: P4<'a, IC, E>

Pin

p5: P5<'a, IC, E>

Pin

p6: P6<'a, IC, E>

Pin

p7: P7<'a, IC, E>

Pin

p10: P10<'a, IC, E>

Pin

p11: P11<'a, IC, E>

Pin

p12: P12<'a, IC, E>

Pin

p13: P13<'a, IC, E>

Pin

p14: P14<'a, IC, E>

Pin

p15: P15<'a, IC, E>

Pin

p16: P16<'a, IC, E>

Pin

p17: P17<'a, IC, E>

Pin

Auto Trait Implementations

impl<'a, IC, E> RefUnwindSafe for Parts<'a, IC, E> where
    E: RefUnwindSafe,
    IC: RefUnwindSafe

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

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

impl<'a, IC, E> Unpin for Parts<'a, IC, E> where
    E: Unpin

impl<'a, IC, E> UnwindSafe for Parts<'a, IC, E> where
    E: UnwindSafe,
    IC: RefUnwindSafe

Blanket Implementations

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

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.