winit::platform_impl::linux::x11::ffi

Type Alias XIGroupState

Source
pub type XIGroupState = XIModifierState;

Aliased Type§

struct XIGroupState {
    pub base: i32,
    pub latched: i32,
    pub locked: i32,
    pub effective: i32,
}

Fields§

§base: i32§latched: i32§locked: i32§effective: i32

Trait Implementations

Source§

impl Clone for XIModifierState

Source§

fn clone(&self) -> XIModifierState

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for XIModifierState

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Default for XIModifierState

Source§

fn default() -> XIModifierState

Returns the “default value” for a type. Read more
Source§

impl Copy for XIModifierState