pub struct SAType(/* private fields */);
Implementations§
Source§impl SAType
impl SAType
pub const NO_ACTION: Self
pub const SET_MODS: Self
pub const LATCH_MODS: Self
pub const LOCK_MODS: Self
pub const SET_GROUP: Self
pub const LATCH_GROUP: Self
pub const LOCK_GROUP: Self
pub const MOVE_PTR: Self
pub const PTR_BTN: Self
pub const LOCK_PTR_BTN: Self
pub const SET_PTR_DFLT: Self
pub const ISO_LOCK: Self
pub const TERMINATE: Self
pub const SWITCH_SCREEN: Self
pub const SET_CONTROLS: Self
pub const LOCK_CONTROLS: Self
pub const ACTION_MESSAGE: Self
pub const REDIRECT_KEY: Self
pub const DEVICE_BTN: Self
pub const LOCK_DEVICE_BTN: Self
pub const DEVICE_VALUATOR: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SAType
impl<'de> Deserialize<'de> for SAType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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