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