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