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

#[repr(transparent)]pub struct GroupsWrap {
    pub inner: i32,
}

Fields

inner: i32

Implementations

impl GroupsWrap[src]

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

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

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

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

pub fn new(clamp_into_range: bool, redirect_into_range: bool) -> Self[src]

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

Trait Implementations

impl AsByteSequence for GroupsWrap[src]

impl BitAnd<GroupsWrap> for GroupsWrap[src]

type Output = GroupsWrap

The resulting type after applying the & operator.

impl Clone for GroupsWrap[src]

impl Copy for GroupsWrap[src]

impl Debug for GroupsWrap[src]

impl Default for GroupsWrap[src]

impl Eq for GroupsWrap[src]

impl Not for GroupsWrap[src]

type Output = GroupsWrap

The resulting type after applying the ! operator.

impl Ord for GroupsWrap[src]

impl PartialEq<GroupsWrap> for GroupsWrap[src]

impl PartialOrd<GroupsWrap> for GroupsWrap[src]

impl StructuralEq for GroupsWrap[src]

impl StructuralPartialEq for GroupsWrap[src]

Auto Trait Implementations

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.