Struct x11::xpresent::XPresentConfigureNotifyEvent
source · #[repr(C)]pub struct XPresentConfigureNotifyEvent {Show 17 fields
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub extension: c_int,
pub evtype: c_int,
pub eid: u32,
pub window: Window,
pub x: c_int,
pub y: c_int,
pub width: c_uint,
pub height: c_uint,
pub off_x: c_int,
pub off_y: c_int,
pub pixmap_width: c_int,
pub pixmap_height: c_int,
pub pixmap_flags: c_long,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§extension: c_int
§evtype: c_int
§eid: u32
§window: Window
§x: c_int
§y: c_int
§width: c_uint
§height: c_uint
§off_x: c_int
§off_y: c_int
§pixmap_width: c_int
§pixmap_height: c_int
§pixmap_flags: c_long
Trait Implementations§
source§impl Clone for XPresentConfigureNotifyEvent
impl Clone for XPresentConfigureNotifyEvent
source§fn clone(&self) -> XPresentConfigureNotifyEvent
fn clone(&self) -> XPresentConfigureNotifyEvent
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