Struct x11rb_protocol::protocol::xproto::SelectionNotifyEvent
source · [−]pub struct SelectionNotifyEvent {
pub response_type: u8,
pub sequence: u16,
pub time: Timestamp,
pub requestor: Window,
pub selection: Atom,
pub target: Atom,
pub property: Atom,
}
Fields
response_type: u8
sequence: u16
time: Timestamp
requestor: Window
selection: Atom
target: Atom
property: Atom
Trait Implementations
sourceimpl Clone for SelectionNotifyEvent
impl Clone for SelectionNotifyEvent
sourcefn clone(&self) -> SelectionNotifyEvent
fn clone(&self) -> SelectionNotifyEvent
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 SelectionNotifyEvent
impl Debug for SelectionNotifyEvent
sourceimpl Default for SelectionNotifyEvent
impl Default for SelectionNotifyEvent
sourcefn default() -> SelectionNotifyEvent
fn default() -> SelectionNotifyEvent
Returns the “default value” for a type. Read more
sourceimpl From<&'_ SelectionNotifyEvent> for [u8; 32]
impl From<&'_ SelectionNotifyEvent> for [u8; 32]
sourcefn from(input: &SelectionNotifyEvent) -> Self
fn from(input: &SelectionNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SelectionNotifyEvent> for [u8; 32]
impl From<SelectionNotifyEvent> for [u8; 32]
sourcefn from(input: SelectionNotifyEvent) -> Self
fn from(input: SelectionNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl Hash for SelectionNotifyEvent
impl Hash for SelectionNotifyEvent
sourceimpl Ord for SelectionNotifyEvent
impl Ord for SelectionNotifyEvent
sourceimpl PartialEq<SelectionNotifyEvent> for SelectionNotifyEvent
impl PartialEq<SelectionNotifyEvent> for SelectionNotifyEvent
sourcefn eq(&self, other: &SelectionNotifyEvent) -> bool
fn eq(&self, other: &SelectionNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SelectionNotifyEvent) -> bool
fn ne(&self, other: &SelectionNotifyEvent) -> bool
This method tests for !=
.
sourceimpl PartialOrd<SelectionNotifyEvent> for SelectionNotifyEvent
impl PartialOrd<SelectionNotifyEvent> for SelectionNotifyEvent
sourcefn partial_cmp(&self, other: &SelectionNotifyEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &SelectionNotifyEvent) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl TryParse for SelectionNotifyEvent
impl TryParse for SelectionNotifyEvent
impl Copy for SelectionNotifyEvent
impl Eq for SelectionNotifyEvent
impl StructuralEq for SelectionNotifyEvent
impl StructuralPartialEq for SelectionNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for SelectionNotifyEvent
impl Send for SelectionNotifyEvent
impl Sync for SelectionNotifyEvent
impl Unpin for SelectionNotifyEvent
impl UnwindSafe for SelectionNotifyEvent
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