Struct x11::xlib::XModifierKeymap
[−]
[src]
pub struct XModifierKeymap { pub max_keypermod: c_int, pub modifiermap: *mut KeyCode, }
Fields
max_keypermod | |
modifiermap |
pub struct XModifierKeymap { pub max_keypermod: c_int, pub modifiermap: *mut KeyCode, }
max_keypermod | |
modifiermap |
impl PartialEq for XModifierKeymap
fn eq(&self, __arg_0: &XModifierKeymap) -> bool
fn ne(&self, __arg_0: &XModifierKeymap) -> bool
impl Copy for XModifierKeymap
impl Clone for XModifierKeymap
fn clone(&self) -> XModifierKeymap
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).