Struct libxdo_sys::Struct_charcodemap [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for Struct_charcodemap
[src]

impl Clone for Struct_charcodemap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_charcodemap
[src]

Returns the "default value" for a type. Read more