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