Struct x11_dl::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 moresource§impl Debug for XPresentCompleteNotifyEvent
impl Debug for XPresentCompleteNotifyEvent
impl Copy for XPresentCompleteNotifyEvent
Auto Trait Implementations§
impl Freeze for XPresentCompleteNotifyEvent
impl RefUnwindSafe for XPresentCompleteNotifyEvent
impl !Send for XPresentCompleteNotifyEvent
impl !Sync for XPresentCompleteNotifyEvent
impl Unpin for XPresentCompleteNotifyEvent
impl UnwindSafe for XPresentCompleteNotifyEvent
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