[][src]Struct ssd1309::builder::NoOutputPin

pub struct NoOutputPin<PinE = ()> { /* fields omitted */ }

Represents an unused output pin.

Implementations

impl<PinE> NoOutputPin<PinE>[src]

pub fn new() -> Self[src]

Create a new instance of NoOutputPin

Trait Implementations

impl<PinE: Clone> Clone for NoOutputPin<PinE>[src]

impl<PinE: Copy> Copy for NoOutputPin<PinE>[src]

impl<PinE> OutputPin for NoOutputPin<PinE>[src]

type Error = PinE

Error type

Auto Trait Implementations

impl<PinE> Send for NoOutputPin<PinE> where
    PinE: Send
[src]

impl<PinE> Sync for NoOutputPin<PinE> where
    PinE: Sync
[src]

impl<PinE> Unpin for NoOutputPin<PinE> where
    PinE: Unpin
[src]

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