Struct x11_dl::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 moresource§impl Debug for XPresentConfigureNotifyEvent
impl Debug for XPresentConfigureNotifyEvent
impl Copy for XPresentConfigureNotifyEvent
Auto Trait Implementations§
impl Freeze for XPresentConfigureNotifyEvent
impl RefUnwindSafe for XPresentConfigureNotifyEvent
impl !Send for XPresentConfigureNotifyEvent
impl !Sync for XPresentConfigureNotifyEvent
impl Unpin for XPresentConfigureNotifyEvent
impl UnwindSafe for XPresentConfigureNotifyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)