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