Struct joycon_sys::mcu::ir::MCUSetReg
source · #[repr(packed(1))]pub struct MCUSetReg {
pub cmd_id: MCUCommandId,
pub subcmd_id: MCUSubCommandId,
pub mode: RawId<MCUMode>,
}
Fields§
§cmd_id: MCUCommandId
§subcmd_id: MCUSubCommandId
§mode: RawId<MCUMode>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MCUSetReg
impl RefUnwindSafe for MCUSetReg
impl Send for MCUSetReg
impl Sync for MCUSetReg
impl Unpin for MCUSetReg
impl UnwindSafe for MCUSetReg
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