Struct x11rb_protocol::protocol::xproto::GetSelectionOwnerReply
source · [−]Expand description
Fields
owner
- The current selection owner window.
Fields
sequence: u16
length: u32
owner: Window
Trait Implementations
sourceimpl Clone for GetSelectionOwnerReply
impl Clone for GetSelectionOwnerReply
sourcefn clone(&self) -> GetSelectionOwnerReply
fn clone(&self) -> GetSelectionOwnerReply
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 GetSelectionOwnerReply
impl Debug for GetSelectionOwnerReply
sourceimpl Default for GetSelectionOwnerReply
impl Default for GetSelectionOwnerReply
sourcefn default() -> GetSelectionOwnerReply
fn default() -> GetSelectionOwnerReply
Returns the “default value” for a type. Read more
sourceimpl From<GetSelectionOwnerReply> for Reply
impl From<GetSelectionOwnerReply> for Reply
sourcefn from(reply: GetSelectionOwnerReply) -> Reply
fn from(reply: GetSelectionOwnerReply) -> Reply
Converts to this type from the input type.
sourceimpl Hash for GetSelectionOwnerReply
impl Hash for GetSelectionOwnerReply
sourceimpl Ord for GetSelectionOwnerReply
impl Ord for GetSelectionOwnerReply
sourceimpl PartialEq<GetSelectionOwnerReply> for GetSelectionOwnerReply
impl PartialEq<GetSelectionOwnerReply> for GetSelectionOwnerReply
sourcefn eq(&self, other: &GetSelectionOwnerReply) -> bool
fn eq(&self, other: &GetSelectionOwnerReply) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GetSelectionOwnerReply) -> bool
fn ne(&self, other: &GetSelectionOwnerReply) -> bool
This method tests for !=
.
sourceimpl PartialOrd<GetSelectionOwnerReply> for GetSelectionOwnerReply
impl PartialOrd<GetSelectionOwnerReply> for GetSelectionOwnerReply
sourcefn partial_cmp(&self, other: &GetSelectionOwnerReply) -> Option<Ordering>
fn partial_cmp(&self, other: &GetSelectionOwnerReply) -> 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 GetSelectionOwnerReply
impl TryParse for GetSelectionOwnerReply
impl Copy for GetSelectionOwnerReply
impl Eq for GetSelectionOwnerReply
impl StructuralEq for GetSelectionOwnerReply
impl StructuralPartialEq for GetSelectionOwnerReply
Auto Trait Implementations
impl RefUnwindSafe for GetSelectionOwnerReply
impl Send for GetSelectionOwnerReply
impl Sync for GetSelectionOwnerReply
impl Unpin for GetSelectionOwnerReply
impl UnwindSafe for GetSelectionOwnerReply
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