[][src]Struct teensy_lc::fgpio::fgpiod::PD13

pub struct PD13<MODE> { /* fields omitted */ }

Methods

impl<MODE> PD13<MODE>[src]

pub fn enable(&self)[src]

pub fn into_input(self) -> PD13<IN>[src]

pub fn into_output(self) -> PD13<OUT>[src]

impl PD13<OUT>[src]

pub fn toggle(&mut self)[src]

Trait Implementations

impl OutputPin for PD13<OUT>[src]

type Error = Void

Error type

impl InputPin for PD13<IN>[src]

type Error = Void

Error type

Auto Trait Implementations

impl<MODE> Unpin for PD13<MODE> where
    MODE: Unpin

impl<MODE> Send for PD13<MODE> where
    MODE: Send

impl<MODE> Sync for PD13<MODE> where
    MODE: Sync

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> OutputPin for T where
    T: OutputPin
[src]

type Error = ()

Error type

impl<T> InputPin for T where
    T: InputPin
[src]

type Error = ()

Error type

impl<T> Same<T> for T

type Output = T

Should always be Self