#[repr(u32)]pub enum SaType {
Show 21 variants
NoAction = 0,
SetMods = 1,
LatchMods = 2,
LockMods = 3,
SetGroup = 4,
LatchGroup = 5,
LockGroup = 6,
MovePtr = 7,
PtrBtn = 8,
LockPtrBtn = 9,
SetPtrDflt = 10,
IsoLock = 11,
Terminate = 12,
SwitchScreen = 13,
SetControls = 14,
LockControls = 15,
Message = 16,
RedirectKey = 17,
DeviceBtn = 18,
LockDeviceBtn = 19,
DeviceValuator = 20,
}
Variants§
NoAction = 0
SetMods = 1
LatchMods = 2
LockMods = 3
SetGroup = 4
LatchGroup = 5
LockGroup = 6
MovePtr = 7
PtrBtn = 8
LockPtrBtn = 9
SetPtrDflt = 10
IsoLock = 11
Terminate = 12
SwitchScreen = 13
SetControls = 14
LockControls = 15
Message = 16
RedirectKey = 17
DeviceBtn = 18
LockDeviceBtn = 19
DeviceValuator = 20
Trait Implementations§
source§impl Ord for SaType
impl Ord for SaType
source§impl PartialOrd for SaType
impl PartialOrd for SaType
impl Copy for SaType
impl Eq for SaType
impl StructuralPartialEq for SaType
Auto Trait Implementations§
impl Freeze for SaType
impl RefUnwindSafe for SaType
impl Send for SaType
impl Sync for SaType
impl Unpin for SaType
impl UnwindSafe for SaType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)