Struct x11_dl::xlib::XModifierKeymap [−][src]
Fields
max_keypermod: c_int
modifiermap: *mut KeyCode
Trait Implementations
impl Debug for XModifierKeymap[src]
impl Debug for XModifierKeymapfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XModifierKeymap[src]
impl Clone for XModifierKeymapfn clone(&self) -> XModifierKeymap[src]
fn clone(&self) -> XModifierKeymapReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XModifierKeymap[src]
impl Copy for XModifierKeymapimpl PartialEq for XModifierKeymap[src]
impl PartialEq for XModifierKeymapfn eq(&self, other: &XModifierKeymap) -> bool[src]
fn eq(&self, other: &XModifierKeymap) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XModifierKeymap) -> bool[src]
fn ne(&self, other: &XModifierKeymap) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XModifierKeymap
impl !Send for XModifierKeymapimpl !Sync for XModifierKeymap
impl !Sync for XModifierKeymap