[][src]Struct infrared::protocols::Rc5

pub struct Rc5 { /* fields omitted */ }

Implementations

impl Rc5[src]

pub fn interval_to_units(&self, interval: u32) -> Option<u32>[src]

Trait Implementations

impl Default for Rc5[src]

impl ReceiverSM for Rc5[src]

type Cmd = Rc5Command

The Resulting Command Type

type InternalState = Rc5State

Internal State

Auto Trait Implementations

impl Send for Rc5[src]

impl Sync for Rc5[src]

impl Unpin for Rc5[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.