Struct x11::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
sourceimpl Clone for XFixesSelectionNotifyEvent
impl Clone for XFixesSelectionNotifyEvent
sourcefn clone(&self) -> XFixesSelectionNotifyEvent
fn clone(&self) -> XFixesSelectionNotifyEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XFixesSelectionNotifyEvent
impl Debug for XFixesSelectionNotifyEvent
sourceimpl PartialEq<XFixesSelectionNotifyEvent> for XFixesSelectionNotifyEvent
impl PartialEq<XFixesSelectionNotifyEvent> for XFixesSelectionNotifyEvent
sourcefn 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 ==
. Read more
impl Copy for XFixesSelectionNotifyEvent
impl StructuralPartialEq for XFixesSelectionNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for XFixesSelectionNotifyEvent
impl !Send for XFixesSelectionNotifyEvent
impl !Sync for XFixesSelectionNotifyEvent
impl Unpin for XFixesSelectionNotifyEvent
impl UnwindSafe for XFixesSelectionNotifyEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more