#[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_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§root: Window
§subwindow: Window
§time: Time
§x: c_int
§y: c_int
§x_root: c_int
§y_root: c_int
§state: c_uint
§keycode: c_uint
§same_screen: Bool
Trait Implementations§
impl Copy for XKeyEvent
impl StructuralPartialEq for XKeyEvent
Auto Trait Implementations§
impl Freeze for XKeyEvent
impl RefUnwindSafe for XKeyEvent
impl !Send for XKeyEvent
impl !Sync for XKeyEvent
impl Unpin for XKeyEvent
impl UnwindSafe for XKeyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)