pub struct Setup {
pub sensors: [[u16; 10]; 3],
pub channels: [[u16; 4]; 3],
pub slider: [u16; 9],
pub gesture: [u16; 7],
pub filter_betas: [u16; 5],
pub system_control: [u16; 6],
pub general: [u16; 5],
pub i2c_settings: [u8; 1],
}Fields§
§sensors: [[u16; 10]; 3]§channels: [[u16; 4]; 3]§slider: [u16; 9]§gesture: [u16; 7]§filter_betas: [u16; 5]§system_control: [u16; 6]§general: [u16; 5]§i2c_settings: [u8; 1]Implementations§
Trait Implementations§
Source§impl From<Setup> for AddressedSetup
impl From<Setup> for AddressedSetup
impl Copy for Setup
impl Eq for Setup
impl StructuralPartialEq for Setup
Auto Trait Implementations§
impl Freeze for Setup
impl RefUnwindSafe for Setup
impl Send for Setup
impl Sync for Setup
impl Unpin for Setup
impl UnwindSafe for Setup
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