Struct gdk4_sys::GdkKeymapKey [−][src]
#[repr(C)]pub struct GdkKeymapKey {
pub keycode: c_uint,
pub group: c_int,
pub level: c_int,
}
Fields
keycode: c_uint
group: c_int
level: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkKeymapKey
impl Send for GdkKeymapKey
impl Sync for GdkKeymapKey
impl Unpin for GdkKeymapKey
impl UnwindSafe for GdkKeymapKey
Blanket Implementations
Mutably borrows from an owned value. Read more