Struct xcb::x::GetKeyboardControlReply
source · pub struct GetKeyboardControlReply { /* private fields */ }
Expand description
Reply type for GetKeyboardControl.
Can be obtained from a GetKeyboardControlCookie with Connection::wait_for_reply or from a GetKeyboardControlCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetKeyboardControlReply
impl GetKeyboardControlReply
pub fn response_type(&self) -> u8
pub fn global_auto_repeat(&self) -> AutoRepeatMode
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn led_mask(&self) -> u32
pub fn key_click_percent(&self) -> u8
pub fn bell_percent(&self) -> u8
pub fn bell_pitch(&self) -> u16
pub fn bell_duration(&self) -> u16
pub fn auto_repeats(&self) -> &[u8; 32]
Trait Implementations§
source§impl Debug for GetKeyboardControlReply
impl Debug for GetKeyboardControlReply
source§impl Drop for GetKeyboardControlReply
impl Drop for GetKeyboardControlReply
source§impl Reply for GetKeyboardControlReply
impl Reply for GetKeyboardControlReply
impl Send for GetKeyboardControlReply
impl Sync for GetKeyboardControlReply
Auto Trait Implementations§
impl Freeze for GetKeyboardControlReply
impl RefUnwindSafe for GetKeyboardControlReply
impl Unpin for GetKeyboardControlReply
impl UnwindSafe for GetKeyboardControlReply
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