Struct libxdo_sys::Struct_charcodemap
[−]
[src]
pub struct Struct_charcodemap {
pub key: wchar_t,
pub code: KeyCode,
pub symbol: KeySym,
pub group: c_int,
pub modmask: c_int,
pub needs_binding: c_int,
}Fields
key: wchar_t
code: KeyCode
symbol: KeySym
group: c_int
modmask: c_int
needs_binding: c_int
Trait Implementations
impl Copy for Struct_charcodemap[src]
impl Clone for Struct_charcodemap[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more