[][src]Struct cc3220sf_hal::gpio::gpioa2::Parts

pub struct Parts {
    pub gpio_16: PA20<Tristate>,
    pub gpio_17: PA21<Tristate>,
    pub gpio_18: PA22<Locked>,
    pub gpio_19: PA23<Locked>,
    pub gpio_20: PA24<Locked>,
    pub gpio_21: PA25<Locked>,
    pub gpio_22: PA26<Tristate>,
    pub gpio_23: PA27<Tristate>,
}

Fields

gpio_16: PA20<Tristate>gpio_17: PA21<Tristate>gpio_18: PA22<Locked>gpio_19: PA23<Locked>gpio_20: PA24<Locked>gpio_21: PA25<Locked>gpio_22: PA26<Tristate>gpio_23: PA27<Tristate>

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts

impl Unpin for Parts

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

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.