Type Alias XIMHotKeyTriggers

pub type XIMHotKeyTriggers = _XIMHotKeyTriggers;
Available on crate feature dep_sdl2 only.

Aliased Type§

struct XIMHotKeyTriggers {
    pub num_hot_key: i32,
    pub key: *mut _XIMHotKeyTrigger,
}

Fields§

§num_hot_key: i32§key: *mut _XIMHotKeyTrigger

Trait Implementations

§

impl Clone for _XIMHotKeyTriggers

§

fn clone(&self) -> _XIMHotKeyTriggers

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 _XIMHotKeyTriggers