Struct atk_sys::AtkKeyEventStruct [] [src]

#[repr(C)]
pub struct AtkKeyEventStruct { pub type_: c_int, pub state: c_uint, pub keyval: c_uint, pub length: c_int, pub string: *mut c_char, pub keycode: u16, pub timestamp: u32, }

Fields

Trait Implementations

impl Copy for AtkKeyEventStruct
[src]

impl Clone for AtkKeyEventStruct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AtkKeyEventStruct
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations