Struct x11::xpresent::XPresentCompleteNotifyEvent
source · #[repr(C)]pub struct XPresentCompleteNotifyEvent {}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§extension: c_int
§evtype: c_int
§eid: u32
§window: Window
§serial_number: u32
§ust: u64
§msc: u64
§kind: u8
§mode: u8
Trait Implementations§
source§impl Clone for XPresentCompleteNotifyEvent
impl Clone for XPresentCompleteNotifyEvent
source§fn clone(&self) -> XPresentCompleteNotifyEvent
fn clone(&self) -> XPresentCompleteNotifyEvent
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