Struct joycon_sys::mcu::ir::IRRegistersSlice
source · #[repr(packed(1))]pub struct IRRegistersSlice {
pub page: u8,
pub offset: u8,
pub nb_registers: u8,
pub values: [u8; 127],
/* private fields */
}Fields§
§page: u8§offset: u8§nb_registers: u8§values: [u8; 127]Trait Implementations§
source§impl Clone for IRRegistersSlice
impl Clone for IRRegistersSlice
source§fn clone(&self) -> IRRegistersSlice
fn clone(&self) -> IRRegistersSlice
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 IRRegistersSlice
impl Debug for IRRegistersSlice
impl Copy for IRRegistersSlice
Auto Trait Implementations§
impl Freeze for IRRegistersSlice
impl RefUnwindSafe for IRRegistersSlice
impl Send for IRRegistersSlice
impl Sync for IRRegistersSlice
impl Unpin for IRRegistersSlice
impl UnwindSafe for IRRegistersSlice
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