Struct x11_dl::xpresent::XPresentNotify
source · #[repr(C)]pub struct XPresentNotify {
pub window: Window,
pub serial: u32,
}
Fields§
§window: Window
§serial: u32
Trait Implementations§
source§impl Clone for XPresentNotify
impl Clone for XPresentNotify
source§fn clone(&self) -> XPresentNotify
fn clone(&self) -> XPresentNotify
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 XPresentNotify
impl Debug for XPresentNotify
impl Copy for XPresentNotify
Auto Trait Implementations§
impl Freeze for XPresentNotify
impl RefUnwindSafe for XPresentNotify
impl Send for XPresentNotify
impl Sync for XPresentNotify
impl Unpin for XPresentNotify
impl UnwindSafe for XPresentNotify
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