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