Struct x11rb_protocol::protocol::xkb::GetKbdByNameRepliesKeyNames
source · pub struct GetKbdByNameRepliesKeyNames {Show 16 fields
pub keyname_type: u8,
pub key_device_id: u8,
pub keyname_sequence: u16,
pub keyname_length: u32,
pub key_min_key_code: Keycode,
pub key_max_key_code: Keycode,
pub n_types: u8,
pub group_names: SetOfGroup,
pub virtual_mods: VMod,
pub first_key: Keycode,
pub n_keys: u8,
pub indicators: u32,
pub n_radio_groups: u8,
pub n_key_aliases: u8,
pub n_kt_levels: u16,
pub value_list: GetKbdByNameRepliesKeyNamesValueList,
}
Fields§
§keyname_type: u8
§key_device_id: u8
§keyname_sequence: u16
§keyname_length: u32
§key_min_key_code: Keycode
§key_max_key_code: Keycode
§n_types: u8
§group_names: SetOfGroup
§virtual_mods: VMod
§first_key: Keycode
§n_keys: u8
§indicators: u32
§n_radio_groups: u8
§n_key_aliases: u8
§n_kt_levels: u16
§value_list: GetKbdByNameRepliesKeyNamesValueList
Trait Implementations§
source§impl Clone for GetKbdByNameRepliesKeyNames
impl Clone for GetKbdByNameRepliesKeyNames
source§fn clone(&self) -> GetKbdByNameRepliesKeyNames
fn clone(&self) -> GetKbdByNameRepliesKeyNames
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 GetKbdByNameRepliesKeyNames
impl Debug for GetKbdByNameRepliesKeyNames
source§impl<'de> Deserialize<'de> for GetKbdByNameRepliesKeyNames
impl<'de> Deserialize<'de> for GetKbdByNameRepliesKeyNames
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 Hash for GetKbdByNameRepliesKeyNames
impl Hash for GetKbdByNameRepliesKeyNames
source§impl Ord for GetKbdByNameRepliesKeyNames
impl Ord for GetKbdByNameRepliesKeyNames
source§fn cmp(&self, other: &GetKbdByNameRepliesKeyNames) -> Ordering
fn cmp(&self, other: &GetKbdByNameRepliesKeyNames) -> 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 GetKbdByNameRepliesKeyNames
impl PartialEq for GetKbdByNameRepliesKeyNames
source§fn eq(&self, other: &GetKbdByNameRepliesKeyNames) -> bool
fn eq(&self, other: &GetKbdByNameRepliesKeyNames) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GetKbdByNameRepliesKeyNames
impl PartialOrd for GetKbdByNameRepliesKeyNames
source§fn partial_cmp(&self, other: &GetKbdByNameRepliesKeyNames) -> Option<Ordering>
fn partial_cmp(&self, other: &GetKbdByNameRepliesKeyNames) -> 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 moreimpl Eq for GetKbdByNameRepliesKeyNames
impl StructuralPartialEq for GetKbdByNameRepliesKeyNames
Auto Trait Implementations§
impl Freeze for GetKbdByNameRepliesKeyNames
impl RefUnwindSafe for GetKbdByNameRepliesKeyNames
impl Send for GetKbdByNameRepliesKeyNames
impl Sync for GetKbdByNameRepliesKeyNames
impl Unpin for GetKbdByNameRepliesKeyNames
impl UnwindSafe for GetKbdByNameRepliesKeyNames
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<OwnedFd>
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd> ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more