pub struct SAType(u8);
Tuple Fields§
§0: u8
Implementations§
source§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§
source§impl Ord for SAType
impl Ord for SAType
source§impl PartialEq for SAType
impl PartialEq for SAType
source§impl PartialOrd for SAType
impl PartialOrd for SAType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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