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