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