Struct x11rb_protocol::protocol::xkb::GetNamesValueList
source · pub struct GetNamesValueList {Show 14 fields
pub keycodes_name: Option<Atom>,
pub geometry_name: Option<Atom>,
pub symbols_name: Option<Atom>,
pub phys_symbols_name: Option<Atom>,
pub types_name: Option<Atom>,
pub compat_name: Option<Atom>,
pub type_names: Option<Vec<Atom>>,
pub kt_level_names: Option<GetNamesValueListKTLevelNames>,
pub indicator_names: Option<Vec<Atom>>,
pub virtual_mod_names: Option<Vec<Atom>>,
pub groups: Option<Vec<Atom>>,
pub key_names: Option<Vec<KeyName>>,
pub key_aliases: Option<Vec<KeyAlias>>,
pub radio_group_names: Option<Vec<Atom>>,
}
Fields§
§keycodes_name: Option<Atom>
§geometry_name: Option<Atom>
§symbols_name: Option<Atom>
§phys_symbols_name: Option<Atom>
§types_name: Option<Atom>
§compat_name: Option<Atom>
§type_names: Option<Vec<Atom>>
§kt_level_names: Option<GetNamesValueListKTLevelNames>
§indicator_names: Option<Vec<Atom>>
§virtual_mod_names: Option<Vec<Atom>>
§groups: Option<Vec<Atom>>
§key_names: Option<Vec<KeyName>>
§key_aliases: Option<Vec<KeyAlias>>
§radio_group_names: Option<Vec<Atom>>
Trait Implementations§
source§impl Clone for GetNamesValueList
impl Clone for GetNamesValueList
source§fn clone(&self) -> GetNamesValueList
fn clone(&self) -> GetNamesValueList
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 GetNamesValueList
impl Debug for GetNamesValueList
source§impl Default for GetNamesValueList
impl Default for GetNamesValueList
source§fn default() -> GetNamesValueList
fn default() -> GetNamesValueList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetNamesValueList
impl<'de> Deserialize<'de> for GetNamesValueList
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 GetNamesValueList
impl Hash for GetNamesValueList
source§impl Ord for GetNamesValueList
impl Ord for GetNamesValueList
source§fn cmp(&self, other: &GetNamesValueList) -> Ordering
fn cmp(&self, other: &GetNamesValueList) -> 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 GetNamesValueList
impl PartialEq for GetNamesValueList
source§fn eq(&self, other: &GetNamesValueList) -> bool
fn eq(&self, other: &GetNamesValueList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GetNamesValueList
impl PartialOrd for GetNamesValueList
source§fn partial_cmp(&self, other: &GetNamesValueList) -> Option<Ordering>
fn partial_cmp(&self, other: &GetNamesValueList) -> 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 GetNamesValueList
impl Serialize for GetNamesValueList
impl Eq for GetNamesValueList
impl StructuralPartialEq for GetNamesValueList
Auto Trait Implementations§
impl Freeze for GetNamesValueList
impl RefUnwindSafe for GetNamesValueList
impl Send for GetNamesValueList
impl Sync for GetNamesValueList
impl Unpin for GetNamesValueList
impl UnwindSafe for GetNamesValueList
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