Type Alias sdl2_sys::XIMHotKeyTrigger
source · pub type XIMHotKeyTrigger = _XIMHotKeyTrigger;
Aliased Type§
struct XIMHotKeyTrigger {
pub keysym: u64,
pub modifier: i32,
pub modifier_mask: i32,
}
Fields§
§keysym: u64
§modifier: i32
§modifier_mask: i32
Trait Implementations
source§impl Clone for _XIMHotKeyTrigger
impl Clone for _XIMHotKeyTrigger
source§fn clone(&self) -> _XIMHotKeyTrigger
fn clone(&self) -> _XIMHotKeyTrigger
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more