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