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