Struct x11_dl::xpresent::XPresentIdleNotifyEvent
source · #[repr(C)]pub struct XPresentIdleNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub extension: c_int,
pub evtype: c_int,
pub eid: u32,
pub window: Window,
pub serial_number: u32,
pub pixmap: Pixmap,
pub idle_fence: XSyncFence,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§extension: c_int
§evtype: c_int
§eid: u32
§window: Window
§serial_number: u32
§pixmap: Pixmap
§idle_fence: XSyncFence
Trait Implementations§
source§impl Clone for XPresentIdleNotifyEvent
impl Clone for XPresentIdleNotifyEvent
source§fn clone(&self) -> XPresentIdleNotifyEvent
fn clone(&self) -> XPresentIdleNotifyEvent
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 XPresentIdleNotifyEvent
impl Debug for XPresentIdleNotifyEvent
impl Copy for XPresentIdleNotifyEvent
Auto Trait Implementations§
impl Freeze for XPresentIdleNotifyEvent
impl RefUnwindSafe for XPresentIdleNotifyEvent
impl !Send for XPresentIdleNotifyEvent
impl !Sync for XPresentIdleNotifyEvent
impl Unpin for XPresentIdleNotifyEvent
impl UnwindSafe for XPresentIdleNotifyEvent
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
)