[][src]Struct hd44780_driver::bus::FourBitBus

pub struct FourBitBus<RS: OutputPin, EN: OutputPin, D4: OutputPin, D5: OutputPin, D6: OutputPin, D7: OutputPin> { /* fields omitted */ }

Methods

impl<RS: OutputPin, EN: OutputPin, D4: OutputPin, D5: OutputPin, D6: OutputPin, D7: OutputPin> FourBitBus<RS, EN, D4, D5, D6, D7>[src]

pub fn from_pins(
    rs: RS,
    en: EN,
    d4: D4,
    d5: D5,
    d6: D6,
    d7: D7
) -> FourBitBus<RS, EN, D4, D5, D6, D7>
[src]

Trait Implementations

impl<RS: OutputPin, EN: OutputPin, D4: OutputPin, D5: OutputPin, D6: OutputPin, D7: OutputPin> DataBus for FourBitBus<RS, EN, D4, D5, D6, D7>[src]

Auto Trait Implementations

impl<RS, EN, D4, D5, D6, D7> Send for FourBitBus<RS, EN, D4, D5, D6, D7> where
    D4: Send,
    D5: Send,
    D6: Send,
    D7: Send,
    EN: Send,
    RS: Send

impl<RS, EN, D4, D5, D6, D7> Sync for FourBitBus<RS, EN, D4, D5, D6, D7> where
    D4: Sync,
    D5: Sync,
    D6: Sync,
    D7: Sync,
    EN: Sync,
    RS: Sync

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]