Struct xcb::xkb::ListComponentsReply
source · pub struct ListComponentsReply { /* private fields */ }
Expand description
Reply type for ListComponents.
Can be obtained from a ListComponentsCookie with Connection::wait_for_reply or from a ListComponentsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl ListComponentsReply
impl ListComponentsReply
pub fn response_type(&self) -> u8
pub fn device_id(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn extra(&self) -> u16
pub fn keymaps(&self) -> ListingIterator<'_> ⓘ
pub fn keycodes(&self) -> ListingIterator<'_> ⓘ
pub fn types(&self) -> ListingIterator<'_> ⓘ
pub fn compat_maps(&self) -> ListingIterator<'_> ⓘ
pub fn symbols(&self) -> ListingIterator<'_> ⓘ
pub fn geometries(&self) -> ListingIterator<'_> ⓘ
Trait Implementations§
source§impl Debug for ListComponentsReply
impl Debug for ListComponentsReply
source§impl Drop for ListComponentsReply
impl Drop for ListComponentsReply
source§impl Reply for ListComponentsReply
impl Reply for ListComponentsReply
impl Send for ListComponentsReply
impl Sync for ListComponentsReply
Auto Trait Implementations§
impl Freeze for ListComponentsReply
impl RefUnwindSafe for ListComponentsReply
impl Unpin for ListComponentsReply
impl UnwindSafe for ListComponentsReply
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