Struct AXOption
pub struct AXOption(/* private fields */);
Implementations§
§impl AXOption
impl AXOption
pub const SK_PRESS_FB: AXOption = _
pub const SK_ACCEPT_FB: AXOption = _
pub const FEATURE_FB: AXOption = _
pub const SLOW_WARN_FB: AXOption = _
pub const INDICATOR_FB: AXOption = _
pub const STICKY_KEYS_FB: AXOption = _
pub const TWO_KEYS: AXOption = _
pub const LATCH_TO_LOCK: AXOption = _
pub const SK_RELEASE_FB: AXOption = _
pub const SK_REJECT_FB: AXOption = _
pub const BK_REJECT_FB: AXOption = _
pub const DUMB_BELL: AXOption = _
§impl AXOption
impl AXOption
pub fn contains(self, flag: impl Into<u16>) -> bool
pub fn contains(self, flag: impl Into<u16>) -> bool
Check if this object has all bits set that are also set in flag
.
flag
can be a single enum variant or a whole other mask.
pub fn intersects(self, flag: impl Into<u16>) -> bool
pub fn intersects(self, flag: impl Into<u16>) -> bool
Check if this object has some bits set that are also set in flag
.
flag
can be a single enum variant or a whole other mask.
Trait Implementations§
§impl BitAndAssign<u16> for AXOption
impl BitAndAssign<u16> for AXOption
§fn bitand_assign(&mut self, other: u16)
fn bitand_assign(&mut self, other: u16)
Performs the
&=
operation. Read more§impl BitAndAssign for AXOption
impl BitAndAssign for AXOption
§fn bitand_assign(&mut self, other: AXOption)
fn bitand_assign(&mut self, other: AXOption)
Performs the
&=
operation. Read more§impl BitOrAssign<u16> for AXOption
impl BitOrAssign<u16> for AXOption
§fn bitor_assign(&mut self, other: u16)
fn bitor_assign(&mut self, other: u16)
Performs the
|=
operation. Read more§impl BitOrAssign for AXOption
impl BitOrAssign for AXOption
§fn bitor_assign(&mut self, other: AXOption)
fn bitor_assign(&mut self, other: AXOption)
Performs the
|=
operation. Read more§impl Ord for AXOption
impl Ord for AXOption
§impl PartialOrd for AXOption
impl PartialOrd for AXOption
impl Copy for AXOption
impl Eq for AXOption
impl StructuralPartialEq for AXOption
Auto Trait Implementations§
impl Freeze for AXOption
impl RefUnwindSafe for AXOption
impl Send for AXOption
impl Sync for AXOption
impl Unpin for AXOption
impl UnwindSafe for AXOption
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
)