Struct microbit::hal::gpio::p0::Parts[][src]

pub struct Parts {
Show fields pub p0_00: P0_00<Disconnected>, pub p0_01: P0_01<Disconnected>, pub p0_02: P0_02<Disconnected>, pub p0_03: P0_03<Disconnected>, pub p0_04: P0_04<Disconnected>, pub p0_05: P0_05<Disconnected>, pub p0_06: P0_06<Disconnected>, pub p0_07: P0_07<Disconnected>, pub p0_08: P0_08<Disconnected>, pub p0_09: P0_09<Disconnected>, pub p0_10: P0_10<Disconnected>, pub p0_11: P0_11<Disconnected>, pub p0_12: P0_12<Disconnected>, pub p0_13: P0_13<Disconnected>, pub p0_14: P0_14<Disconnected>, pub p0_15: P0_15<Disconnected>, pub p0_16: P0_16<Disconnected>, pub p0_17: P0_17<Disconnected>, pub p0_18: P0_18<Disconnected>, pub p0_19: P0_19<Disconnected>, pub p0_20: P0_20<Disconnected>, pub p0_21: P0_21<Disconnected>, pub p0_22: P0_22<Disconnected>, pub p0_23: P0_23<Disconnected>, pub p0_24: P0_24<Disconnected>, pub p0_25: P0_25<Disconnected>, pub p0_26: P0_26<Disconnected>, pub p0_27: P0_27<Disconnected>, pub p0_28: P0_28<Disconnected>, pub p0_29: P0_29<Disconnected>, pub p0_30: P0_30<Disconnected>, pub p0_31: P0_31<Disconnected>,
}
Expand description

GPIO parts

Fields

p0_00: P0_00<Disconnected>

Pin

p0_01: P0_01<Disconnected>

Pin

p0_02: P0_02<Disconnected>

Pin

p0_03: P0_03<Disconnected>

Pin

p0_04: P0_04<Disconnected>

Pin

p0_05: P0_05<Disconnected>

Pin

p0_06: P0_06<Disconnected>

Pin

p0_07: P0_07<Disconnected>

Pin

p0_08: P0_08<Disconnected>

Pin

p0_09: P0_09<Disconnected>

Pin

p0_10: P0_10<Disconnected>

Pin

p0_11: P0_11<Disconnected>

Pin

p0_12: P0_12<Disconnected>

Pin

p0_13: P0_13<Disconnected>

Pin

p0_14: P0_14<Disconnected>

Pin

p0_15: P0_15<Disconnected>

Pin

p0_16: P0_16<Disconnected>

Pin

p0_17: P0_17<Disconnected>

Pin

p0_18: P0_18<Disconnected>

Pin

p0_19: P0_19<Disconnected>

Pin

p0_20: P0_20<Disconnected>

Pin

p0_21: P0_21<Disconnected>

Pin

p0_22: P0_22<Disconnected>

Pin

p0_23: P0_23<Disconnected>

Pin

p0_24: P0_24<Disconnected>

Pin

p0_25: P0_25<Disconnected>

Pin

p0_26: P0_26<Disconnected>

Pin

p0_27: P0_27<Disconnected>

Pin

p0_28: P0_28<Disconnected>

Pin

p0_29: P0_29<Disconnected>

Pin

p0_30: P0_30<Disconnected>

Pin

p0_31: P0_31<Disconnected>

Pin

Implementations

impl Parts[src]

pub fn new(_gpio: P0) -> Parts[src]

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]

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

Gets the TypeId of self. Read more

impl<T> Az for T[src]

pub fn az<Dst>(self) -> Dst where
    T: Cast<Dst>, 
[src]

Casts the value.

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> CheckedAs for T[src]

pub fn checked_as<Dst>(self) -> Option<Dst> where
    T: CheckedCast<Dst>, 
[src]

Casts the value.

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<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

pub fn lossless_try_into(self) -> Option<Dst>[src]

Performs the conversion.

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

pub fn lossy_into(self) -> Dst[src]

Performs the conversion.

impl<T> OverflowingAs for T[src]

pub fn overflowing_as<Dst>(self) -> (Dst, bool) where
    T: OverflowingCast<Dst>, 
[src]

Casts the value.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatingAs for T[src]

pub fn saturating_as<Dst>(self) -> Dst where
    T: SaturatingCast<Dst>, 
[src]

Casts the value.

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.

impl<T> UnwrappedAs for T[src]

pub fn unwrapped_as<Dst>(self) -> Dst where
    T: UnwrappedCast<Dst>, 
[src]

Casts the value.

impl<T> WrappingAs for T[src]

pub fn wrapping_as<Dst>(self) -> Dst where
    T: WrappingCast<Dst>, 
[src]

Casts the value.