pub struct XEvent {}Fields§
§response_type: u8§detail: u8§sequence: u16§time: u32§root: u32§event: u32§child: u32§root_x: i16§root_y: i16§event_x: i16§event_y: i16§state: u16§same_screen: boolTrait Implementations§
impl Eq for XEvent
impl StructuralPartialEq for XEvent
Auto Trait Implementations§
impl Freeze for XEvent
impl RefUnwindSafe for XEvent
impl Send for XEvent
impl Sync for XEvent
impl Unpin for XEvent
impl UnwindSafe for XEvent
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