Struct joycon_sys::mcu::ir::MCURegisters
source · #[repr(packed(1))]pub struct MCURegisters {
pub len: u8,
pub regs: [Register; 9],
}Fields§
§len: u8§regs: [Register; 9]Trait Implementations§
source§impl Clone for MCURegisters
impl Clone for MCURegisters
source§fn clone(&self) -> MCURegisters
fn clone(&self) -> MCURegisters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MCURegisters
impl Debug for MCURegisters
impl Copy for MCURegisters
Auto Trait Implementations§
impl Freeze for MCURegisters
impl RefUnwindSafe for MCURegisters
impl Send for MCURegisters
impl Sync for MCURegisters
impl Unpin for MCURegisters
impl UnwindSafe for MCURegisters
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