[]Struct gdk_x11_sys::xlib::_XkbStateRec

#[repr(C)]pub struct _XkbStateRec {
    pub group: u8,
    pub locked_group: u8,
    pub base_group: u16,
    pub latched_group: u16,
    pub mods: u8,
    pub base_mods: u8,
    pub latched_mods: u8,
    pub locked_mods: u8,
    pub compat_state: u8,
    pub grab_mods: u8,
    pub compat_grab_mods: u8,
    pub lookup_mods: u8,
    pub compat_lookup_mods: u8,
    pub ptr_buttons: u16,
}

Fields

group: u8locked_group: u8base_group: u16latched_group: u16mods: u8base_mods: u8latched_mods: u8locked_mods: u8compat_state: u8grab_mods: u8compat_grab_mods: u8lookup_mods: u8compat_lookup_mods: u8ptr_buttons: u16

Trait Implementations

impl Clone for _XkbStateRec

impl Copy for _XkbStateRec

impl Debug for _XkbStateRec

impl PartialEq<_XkbStateRec> for _XkbStateRec

Auto Trait Implementations

impl RefUnwindSafe for _XkbStateRec

impl Send for _XkbStateRec

impl Sync for _XkbStateRec

impl Unpin for _XkbStateRec

impl UnwindSafe for _XkbStateRec

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.