Struct x11_dl::xfixes::XFixesSelectionNotifyEvent
source · #[repr(C)]pub struct XFixesSelectionNotifyEvent {
pub _type: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub owner: Window,
pub selection: Atom,
pub timestamp: Time,
pub selection_timestamp: Time,
}
Fields§
§_type: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§subtype: c_int
§owner: Window
§selection: Atom
§timestamp: Time
§selection_timestamp: Time
Trait Implementations§
source§impl Clone for XFixesSelectionNotifyEvent
impl Clone for XFixesSelectionNotifyEvent
source§fn clone(&self) -> XFixesSelectionNotifyEvent
fn clone(&self) -> XFixesSelectionNotifyEvent
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 XFixesSelectionNotifyEvent
impl Debug for XFixesSelectionNotifyEvent
source§impl PartialEq for XFixesSelectionNotifyEvent
impl PartialEq for XFixesSelectionNotifyEvent
source§fn eq(&self, other: &XFixesSelectionNotifyEvent) -> bool
fn eq(&self, other: &XFixesSelectionNotifyEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XFixesSelectionNotifyEvent
impl StructuralPartialEq for XFixesSelectionNotifyEvent
Auto Trait Implementations§
impl Freeze for XFixesSelectionNotifyEvent
impl RefUnwindSafe for XFixesSelectionNotifyEvent
impl !Send for XFixesSelectionNotifyEvent
impl !Sync for XFixesSelectionNotifyEvent
impl Unpin for XFixesSelectionNotifyEvent
impl UnwindSafe for XFixesSelectionNotifyEvent
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