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