pub enum InputSetupCombinedSubcommandValue {
SetModeanddatasetCombinations = 1,
LockLpf2DeviceForSetup = 2,
UnlockAndStartMultiEnabled = 3,
UnlockAndStartMultiDisabled = 4,
NotUsed = 5,
ResetSensor = 6,
}Variants§
SetModeanddatasetCombinations = 1
LockLpf2DeviceForSetup = 2
UnlockAndStartMultiEnabled = 3
UnlockAndStartMultiDisabled = 4
NotUsed = 5
ResetSensor = 6
Auto Trait Implementations§
impl Freeze for InputSetupCombinedSubcommandValue
impl RefUnwindSafe for InputSetupCombinedSubcommandValue
impl Send for InputSetupCombinedSubcommandValue
impl Sync for InputSetupCombinedSubcommandValue
impl Unpin for InputSetupCombinedSubcommandValue
impl UnsafeUnpin for InputSetupCombinedSubcommandValue
impl UnwindSafe for InputSetupCombinedSubcommandValue
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