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§
source§impl Clone for SetModifierMappingReply
impl Clone for SetModifierMappingReply
source§fn clone(&self) -> SetModifierMappingReply
fn clone(&self) -> SetModifierMappingReply
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetModifierMappingReply
impl Debug for SetModifierMappingReply
source§impl Default for SetModifierMappingReply
impl Default for SetModifierMappingReply
source§fn default() -> SetModifierMappingReply
fn default() -> SetModifierMappingReply
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetModifierMappingReply
impl<'de> Deserialize<'de> for SetModifierMappingReply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<SetModifierMappingReply> for Reply
impl From<SetModifierMappingReply> for Reply
source§fn from(reply: SetModifierMappingReply) -> Reply
fn from(reply: SetModifierMappingReply) -> Reply
Converts to this type from the input type.
source§impl Hash for SetModifierMappingReply
impl Hash for SetModifierMappingReply
source§impl Ord for SetModifierMappingReply
impl Ord for SetModifierMappingReply
source§fn cmp(&self, other: &SetModifierMappingReply) -> Ordering
fn cmp(&self, other: &SetModifierMappingReply) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SetModifierMappingReply
impl PartialEq for SetModifierMappingReply
source§fn 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 ==
.source§impl PartialOrd for SetModifierMappingReply
impl PartialOrd for SetModifierMappingReply
source§fn partial_cmp(&self, other: &SetModifierMappingReply) -> Option<Ordering>
fn partial_cmp(&self, other: &SetModifierMappingReply) -> Option<Ordering>
1.0.0 · source§fn 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 moresource§impl Serialize for SetModifierMappingReply
impl Serialize for SetModifierMappingReply
source§impl Serialize for SetModifierMappingReply
impl Serialize for SetModifierMappingReply
source§impl TryParse for SetModifierMappingReply
impl TryParse for SetModifierMappingReply
impl Copy for SetModifierMappingReply
impl Eq for SetModifierMappingReply
impl StructuralPartialEq for SetModifierMappingReply
Auto Trait Implementations§
impl Freeze for SetModifierMappingReply
impl RefUnwindSafe for SetModifierMappingReply
impl Send for SetModifierMappingReply
impl Sync for SetModifierMappingReply
impl Unpin for SetModifierMappingReply
impl UnwindSafe for SetModifierMappingReply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<RawFdContainer>
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<RawFdContainer> ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more