Struct gdk_sys::GdkKeymapKey[][src]

#[repr(C)]
pub struct GdkKeymapKey { pub keycode: c_uint, pub group: c_int, pub level: c_int, }

Fields

Trait Implementations

impl Copy for GdkKeymapKey
[src]

impl Clone for GdkKeymapKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkKeymapKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GdkKeymapKey

impl Sync for GdkKeymapKey