Struct SAType
pub struct SAType(/* private fields */);
Implementations§
§impl SAType
impl SAType
pub const NO_ACTION: SAType = _
pub const SET_MODS: SAType = _
pub const LATCH_MODS: SAType = _
pub const LOCK_MODS: SAType = _
pub const SET_GROUP: SAType = _
pub const LATCH_GROUP: SAType = _
pub const LOCK_GROUP: SAType = _
pub const MOVE_PTR: SAType = _
pub const PTR_BTN: SAType = _
pub const LOCK_PTR_BTN: SAType = _
pub const SET_PTR_DFLT: SAType = _
pub const ISO_LOCK: SAType = _
pub const TERMINATE: SAType = _
pub const SWITCH_SCREEN: SAType = _
pub const SET_CONTROLS: SAType = _
pub const LOCK_CONTROLS: SAType = _
pub const ACTION_MESSAGE: SAType = _
pub const REDIRECT_KEY: SAType = _
pub const DEVICE_BTN: SAType = _
pub const LOCK_DEVICE_BTN: SAType = _
pub const DEVICE_VALUATOR: SAType = _
Trait Implementations§
§impl Ord for SAType
impl Ord for SAType
§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
)