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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GdkKeymapKey
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GdkKeymapKey

impl Sync for GdkKeymapKey