pub struct CIR_RX { /* private fields */ }
Expand description
Counsumer Infrared Receiver
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CIR_RX
impl RefUnwindSafe for CIR_RX
impl !Sync for CIR_RX
impl Unpin for CIR_RX
impl UnwindSafe for CIR_RX
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