Struct x11_dl::xlib::XKeyEvent [−][src]
#[repr(C)]pub struct XKeyEvent {Show 15 fields
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub root: Window,
pub subwindow: Window,
pub time: Time,
pub x: c_int,
pub y: c_int,
pub x_root: c_int,
pub y_root: c_int,
pub state: c_uint,
pub keycode: c_uint,
pub same_screen: Bool,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowroot: Windowsubwindow: Windowtime: Timex: c_inty: c_intx_root: c_inty_root: c_intstate: c_uintkeycode: c_uintsame_screen: BoolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XKeyEvent
impl UnwindSafe for XKeyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
