#[repr(C)]pub struct IrRemote {
pub channel: [u8; 4],
}Fields§
§channel: [u8; 4]!< ~English IR Remote controller data for channels 1-4 ~Japanese 全て(4つ)のチャンネルのボタン入力のパタン
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrRemote
impl RefUnwindSafe for IrRemote
impl Send for IrRemote
impl Sync for IrRemote
impl Unpin for IrRemote
impl UnwindSafe for IrRemote
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