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