Struct x11rb_protocol::protocol::xkb::GetNamesReply
source · pub struct GetNamesReply {Show 15 fields
pub device_id: u8,
pub sequence: u16,
pub length: u32,
pub min_key_code: Keycode,
pub 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: GetNamesValueList,
}
Fields§
§device_id: u8
§sequence: u16
§length: u32
§min_key_code: Keycode
§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: GetNamesValueList
Trait Implementations§
source§impl Clone for GetNamesReply
impl Clone for GetNamesReply
source§fn clone(&self) -> GetNamesReply
fn clone(&self) -> GetNamesReply
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 GetNamesReply
impl Debug for GetNamesReply
source§impl Default for GetNamesReply
impl Default for GetNamesReply
source§fn default() -> GetNamesReply
fn default() -> GetNamesReply
Returns the “default value” for a type. Read more
source§impl From<GetNamesReply> for Reply
impl From<GetNamesReply> for Reply
source§fn from(reply: GetNamesReply) -> Reply
fn from(reply: GetNamesReply) -> Reply
Converts to this type from the input type.
source§impl Serialize for GetNamesReply
impl Serialize for GetNamesReply
Auto Trait Implementations§
impl Freeze for GetNamesReply
impl RefUnwindSafe for GetNamesReply
impl Send for GetNamesReply
impl Sync for GetNamesReply
impl Unpin for GetNamesReply
impl UnwindSafe for GetNamesReply
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