Struct xcb::xkb::GetCompatMapReply
source · pub struct GetCompatMapReply { /* private fields */ }
Expand description
Reply type for GetCompatMap.
Can be obtained from a GetCompatMapCookie with Connection::wait_for_reply or from a GetCompatMapCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetCompatMapReply
impl GetCompatMapReply
pub fn response_type(&self) -> u8
pub fn device_id(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn groups_rtrn(&self) -> SetOfGroup
pub fn first_si_rtrn(&self) -> u16
pub fn n_total_si(&self) -> u16
pub fn si_rtrn(&self) -> &[SymInterpret]
pub fn group_rtrn(&self) -> &[ModDef]
Trait Implementations§
source§impl Debug for GetCompatMapReply
impl Debug for GetCompatMapReply
source§impl Drop for GetCompatMapReply
impl Drop for GetCompatMapReply
source§impl Reply for GetCompatMapReply
impl Reply for GetCompatMapReply
impl Send for GetCompatMapReply
impl Sync for GetCompatMapReply
Auto Trait Implementations§
impl Freeze for GetCompatMapReply
impl RefUnwindSafe for GetCompatMapReply
impl Unpin for GetCompatMapReply
impl UnwindSafe for GetCompatMapReply
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