Struct x11::xpresent::XPresentIdleNotifyEvent
source · #[repr(C)]pub struct XPresentIdleNotifyEvent {
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 eid: u32,
pub window: Window,
pub serial_number: u32,
pub pixmap: Pixmap,
pub idle_fence: XSyncFence,
}Fields§
§type_: c_int§serial: c_ulong§send_event: c_int§display: *mut Display§extension: c_int§evtype: c_int§eid: u32§window: Window§serial_number: u32§pixmap: Pixmap§idle_fence: XSyncFenceTrait Implementations§
source§impl Clone for XPresentIdleNotifyEvent
impl Clone for XPresentIdleNotifyEvent
source§fn clone(&self) -> XPresentIdleNotifyEvent
fn clone(&self) -> XPresentIdleNotifyEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more