[][src]Struct breadx::auto::xkb::Sa

#[repr(transparent)]pub struct Sa {
    pub inner: u8,
}

Fields

inner: u8

Implementations

impl Sa[src]

pub fn clear_locks(&self) -> bool[src]

pub fn set_clear_locks(&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 use_mod_map_mods(&self) -> bool[src]

pub fn set_use_mod_map_mods(&mut self, val: bool) -> &mut Self[src]

pub fn new(
    clear_locks: bool,
    latch_to_lock: bool,
    use_mod_map_mods: bool
) -> Self
[src]

pub fn count_ones(&self) -> usize[src]

Trait Implementations

impl AsByteSequence for Sa[src]

impl BitAnd<Sa> for Sa[src]

type Output = Sa

The resulting type after applying the & operator.

impl Clone for Sa[src]

impl Copy for Sa[src]

impl Debug for Sa[src]

impl Default for Sa[src]

impl Eq for Sa[src]

impl Not for Sa[src]

type Output = Sa

The resulting type after applying the ! operator.

impl Ord for Sa[src]

impl PartialEq<Sa> for Sa[src]

impl PartialOrd<Sa> for Sa[src]

impl StructuralEq for Sa[src]

impl StructuralPartialEq for Sa[src]

Auto Trait Implementations

impl RefUnwindSafe for Sa[src]

impl Send for Sa[src]

impl Sync for Sa[src]

impl Unpin for Sa[src]

impl UnwindSafe for Sa[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.