Type Alias XIMHotKeyTrigger

pub type XIMHotKeyTrigger = _XIMHotKeyTrigger;
Available on crate feature dep_sdl2 only.

Aliased Type§

struct XIMHotKeyTrigger {
    pub keysym: u64,
    pub modifier: i32,
    pub modifier_mask: i32,
}

Fields§

§keysym: u64§modifier: i32§modifier_mask: i32

Trait Implementations

§

impl Clone for _XIMHotKeyTrigger

§

fn clone(&self) -> _XIMHotKeyTrigger

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
§

impl Copy for _XIMHotKeyTrigger