pub enum InputSetupCombinedSubcommand {
SetModeanddatasetCombinations {
combination_index: u8,
mode_dataset: [u8; 8],
},
LockLpf2DeviceForSetup,
UnlockAndStartMultiEnabled,
UnlockAndStartMultiDisabled,
NotUsed,
ResetSensor,
}Variants§
SetModeanddatasetCombinations
LockLpf2DeviceForSetup
UnlockAndStartMultiEnabled
UnlockAndStartMultiDisabled
NotUsed
ResetSensor
Implementations§
Trait Implementations§
Source§impl Clone for InputSetupCombinedSubcommand
impl Clone for InputSetupCombinedSubcommand
Source§fn clone(&self) -> InputSetupCombinedSubcommand
fn clone(&self) -> InputSetupCombinedSubcommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputSetupCombinedSubcommand
Source§impl Debug for InputSetupCombinedSubcommand
impl Debug for InputSetupCombinedSubcommand
impl Eq for InputSetupCombinedSubcommand
impl StructuralPartialEq for InputSetupCombinedSubcommand
Auto Trait Implementations§
impl Freeze for InputSetupCombinedSubcommand
impl RefUnwindSafe for InputSetupCombinedSubcommand
impl Send for InputSetupCombinedSubcommand
impl Sync for InputSetupCombinedSubcommand
impl Unpin for InputSetupCombinedSubcommand
impl UnsafeUnpin for InputSetupCombinedSubcommand
impl UnwindSafe for InputSetupCombinedSubcommand
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