#[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_intserial: c_ulongsend_event: c_intdisplay: *mut Displayextension: c_intevtype: c_inttime: TimeTrait Implementations
impl Copy for XIEvent
Auto Trait Implementations
impl RefUnwindSafe for XIEvent
impl !Send for XIEvent
impl !Sync for XIEvent
impl Unpin for XIEvent
impl UnwindSafe for XIEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more