[−][src]Struct breadx::auto::xkb::AxOption
Fields
inner: u16Implementations
impl AxOption[src]
pub fn sk_press_fb(&self) -> bool[src]
pub fn set_sk_press_fb(&mut self, val: bool) -> &mut Self[src]
pub fn sk_accept_fb(&self) -> bool[src]
pub fn set_sk_accept_fb(&mut self, val: bool) -> &mut Self[src]
pub fn feature_fb(&self) -> bool[src]
pub fn set_feature_fb(&mut self, val: bool) -> &mut Self[src]
pub fn slow_warn_fb(&self) -> bool[src]
pub fn set_slow_warn_fb(&mut self, val: bool) -> &mut Self[src]
pub fn indicator_fb(&self) -> bool[src]
pub fn set_indicator_fb(&mut self, val: bool) -> &mut Self[src]
pub fn sticky_keys_fb(&self) -> bool[src]
pub fn set_sticky_keys_fb(&mut self, val: bool) -> &mut Self[src]
pub fn two_keys(&self) -> bool[src]
pub fn set_two_keys(&mut self, val: bool) -> &mut Self[src]
pub fn latch_to_lock(&self) -> bool[src]
pub fn set_latch_to_lock(&mut self, val: bool) -> &mut Self[src]
pub fn sk_release_fb(&self) -> bool[src]
pub fn set_sk_release_fb(&mut self, val: bool) -> &mut Self[src]
pub fn sk_reject_fb(&self) -> bool[src]
pub fn set_sk_reject_fb(&mut self, val: bool) -> &mut Self[src]
pub fn bk_reject_fb(&self) -> bool[src]
pub fn set_bk_reject_fb(&mut self, val: bool) -> &mut Self[src]
pub fn dumb_bell(&self) -> bool[src]
pub fn set_dumb_bell(&mut self, val: bool) -> &mut Self[src]
pub fn new(
sk_press_fb: bool,
sk_accept_fb: bool,
feature_fb: bool,
slow_warn_fb: bool,
indicator_fb: bool,
sticky_keys_fb: bool,
two_keys: bool,
latch_to_lock: bool,
sk_release_fb: bool,
sk_reject_fb: bool,
bk_reject_fb: bool,
dumb_bell: bool
) -> Self[src]
sk_press_fb: bool,
sk_accept_fb: bool,
feature_fb: bool,
slow_warn_fb: bool,
indicator_fb: bool,
sticky_keys_fb: bool,
two_keys: bool,
latch_to_lock: bool,
sk_release_fb: bool,
sk_reject_fb: bool,
bk_reject_fb: bool,
dumb_bell: bool
) -> Self
pub fn count_ones(&self) -> usize[src]
pub const SK_PRESS_FB: Self[src]
pub const SK_ACCEPT_FB: Self[src]
pub const FEATURE_FB: Self[src]
pub const SLOW_WARN_FB: Self[src]
pub const INDICATOR_FB: Self[src]
pub const STICKY_KEYS_FB: Self[src]
pub const TWO_KEYS: Self[src]
pub const LATCH_TO_LOCK: Self[src]
pub const SK_RELEASE_FB: Self[src]
pub const SK_REJECT_FB: Self[src]
pub const BK_REJECT_FB: Self[src]
pub const DUMB_BELL: Self[src]
pub const COMPLETE: Self[src]
Trait Implementations
impl AsByteSequence for AxOption[src]
pub fn as_bytes(&self, bytes: &mut [u8]) -> usize[src]
pub fn from_bytes(bytes: &[u8]) -> Option<(Self, usize)>[src]
pub fn size(&self) -> usize[src]
pub fn file_descriptors(&mut self) -> Option<&mut Vec<Fd>>[src]
impl BitAnd<AxOption> for AxOption[src]
type Output = AxOption
The resulting type after applying the & operator.
pub fn bitand(self, rhs: AxOption) -> AxOption[src]
impl BitOr<AxOption> for AxOption[src]
type Output = AxOption
The resulting type after applying the | operator.
pub fn bitor(self, rhs: AxOption) -> AxOption[src]
impl BitXor<AxOption> for AxOption[src]
type Output = AxOption
The resulting type after applying the ^ operator.
pub fn bitxor(self, rhs: AxOption) -> AxOption[src]
impl Clone for AxOption[src]
impl Copy for AxOption[src]
impl Debug for AxOption[src]
impl Default for AxOption[src]
impl Eq for AxOption[src]
impl Not for AxOption[src]
type Output = AxOption
The resulting type after applying the ! operator.
pub fn not(self) -> AxOption[src]
impl Ord for AxOption[src]
pub fn cmp(&self, other: &AxOption) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<AxOption> for AxOption[src]
impl PartialOrd<AxOption> for AxOption[src]
pub fn partial_cmp(&self, other: &AxOption) -> Option<Ordering>[src]
pub fn lt(&self, other: &AxOption) -> bool[src]
pub fn le(&self, other: &AxOption) -> bool[src]
pub fn gt(&self, other: &AxOption) -> bool[src]
pub fn ge(&self, other: &AxOption) -> bool[src]
impl StructuralEq for AxOption[src]
impl StructuralPartialEq for AxOption[src]
Auto Trait Implementations
impl RefUnwindSafe for AxOption[src]
impl Send for AxOption[src]
impl Sync for AxOption[src]
impl Unpin for AxOption[src]
impl UnwindSafe for AxOption[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,