Struct xcb::xkb::GetKbdByNameReply
source · pub struct GetKbdByNameReply { /* private fields */ }
Expand description
Reply type for GetKbdByName.
Can be obtained from a GetKbdByNameCookie with Connection::wait_for_reply or from a GetKbdByNameCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetKbdByNameReply
impl GetKbdByNameReply
pub fn response_type(&self) -> u8
pub fn device_id(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn min_key_code(&self) -> Keycode
pub fn max_key_code(&self) -> Keycode
pub fn loaded(&self) -> bool
pub fn new_keyboard(&self) -> bool
pub fn found(&self) -> GbnDetail
pub fn reported(&self) -> GbnDetail
pub fn replies(&self) -> Vec<GetKbdByNameReplyReplies>
Trait Implementations§
source§impl Debug for GetKbdByNameReply
impl Debug for GetKbdByNameReply
source§impl Drop for GetKbdByNameReply
impl Drop for GetKbdByNameReply
source§impl Reply for GetKbdByNameReply
impl Reply for GetKbdByNameReply
impl Send for GetKbdByNameReply
impl Sync for GetKbdByNameReply
Auto Trait Implementations§
impl Freeze for GetKbdByNameReply
impl RefUnwindSafe for GetKbdByNameReply
impl Unpin for GetKbdByNameReply
impl UnwindSafe for GetKbdByNameReply
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