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