Struct xcb::xkb::GetNamesReply
source · pub struct GetNamesReply { /* private fields */ }
Expand description
Reply type for GetNames.
Can be obtained from a GetNamesCookie with Connection::wait_for_reply or from a GetNamesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetNamesReply
impl GetNamesReply
pub fn response_type(&self) -> u8
pub fn device_id(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn which(&self) -> NameDetail
pub fn min_key_code(&self) -> Keycode
pub fn max_key_code(&self) -> Keycode
pub fn group_names(&self) -> SetOfGroup
pub fn virtual_mods(&self) -> VMod
pub fn first_key(&self) -> Keycode
pub fn n_kt_levels(&self) -> u16
pub fn value_list(&self) -> Vec<GetNamesReplyValueList>
Trait Implementations§
source§impl Debug for GetNamesReply
impl Debug for GetNamesReply
source§impl Drop for GetNamesReply
impl Drop for GetNamesReply
source§impl Reply for GetNamesReply
impl Reply for GetNamesReply
impl Send for GetNamesReply
impl Sync for GetNamesReply
Auto Trait Implementations§
impl Freeze for GetNamesReply
impl RefUnwindSafe 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