Struct x11::xpresent::XPresentEvent
source · #[repr(C)]pub struct XPresentEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub extension: c_int,
pub evtype: c_int,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§extension: c_int
§evtype: c_int
Trait Implementations§
source§impl Clone for XPresentEvent
impl Clone for XPresentEvent
source§fn clone(&self) -> XPresentEvent
fn clone(&self) -> XPresentEvent
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