Struct glutin::platform::unix::x11::ffi::XIModifierState [−][src]
#[repr(C)]pub struct XIModifierState {
pub base: i32,
pub latched: i32,
pub locked: i32,
pub effective: i32,
}Fields
base: i32latched: i32locked: i32effective: i32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for XIModifierState
impl Send for XIModifierState
impl Sync for XIModifierState
impl Unpin for XIModifierState
impl UnwindSafe for XIModifierState
Blanket Implementations
Mutably borrows from an owned value. Read more
