[][src]Struct rmicrobit::gpio::OtherPins

pub struct OtherPins {
    pub pin19: PIN19<Input<Floating>>,
    pub pin27: PIN27<Input<Floating>>,
    pub pin28: PIN28<Input<Floating>>,
    pub pin29: PIN29<Input<Floating>>,
    pub pin31: PIN31<Input<Floating>>,
}

The remaining GPIO pins.

As far as I know none of these pins have any use.

Fields

pin19: PIN19<Input<Floating>>pin27: PIN27<Input<Floating>>pin28: PIN28<Input<Floating>>pin29: PIN29<Input<Floating>>pin31: PIN31<Input<Floating>>

Auto Trait Implementations

impl Unpin for OtherPins

impl Send for OtherPins

impl Sync for OtherPins

Blanket Implementations

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

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, 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