#[repr(C)]pub struct XIEvent {
pub _type: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub extension: c_int,
pub evtype: c_int,
pub time: Time,
}
Fields§
§_type: c_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§extension: c_int
§evtype: c_int
§time: Time
Trait Implementations§
impl Copy for XIEvent
Auto Trait Implementations§
impl Freeze for XIEvent
impl RefUnwindSafe for XIEvent
impl !Send for XIEvent
impl !Sync for XIEvent
impl Unpin for XIEvent
impl UnwindSafe for XIEvent
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