pub struct Nec<C: NecCommandVariant = NecCommand> { /* private fields */ }
Expand description
Nec Receiver with Nec standard bit encoding and Standard timing
Trait Implementations§
Source§impl<Mono: InfraMonotonic, Cmd: NecCommandVariant> DecoderFactory<Mono> for Nec<Cmd>
impl<Mono: InfraMonotonic, Cmd: NecCommandVariant> DecoderFactory<Mono> for Nec<Cmd>
Auto Trait Implementations§
impl<C> Freeze for Nec<C>
impl<C> RefUnwindSafe for Nec<C>where
C: RefUnwindSafe,
impl<C> Send for Nec<C>where
C: Send,
impl<C> Sync for Nec<C>where
C: Sync,
impl<C> Unpin for Nec<C>where
C: Unpin,
impl<C> UnwindSafe for Nec<C>where
C: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more