Struct xcb::x::GetKeyboardControlCookie
source · pub struct GetKeyboardControlCookie { /* private fields */ }
Expand description
Cookie type for GetKeyboardControl.
This cookie can be used to get a GetKeyboardControlReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetKeyboardControlCookie
impl Cookie for GetKeyboardControlCookie
source§impl CookieWithReplyChecked for GetKeyboardControlCookie
impl CookieWithReplyChecked for GetKeyboardControlCookie
source§type Reply = GetKeyboardControlReply
type Reply = GetKeyboardControlReply
The reply type associated with the cookie
source§impl Debug for GetKeyboardControlCookie
impl Debug for GetKeyboardControlCookie
impl CookieChecked for GetKeyboardControlCookie
Auto Trait Implementations§
impl Freeze for GetKeyboardControlCookie
impl RefUnwindSafe for GetKeyboardControlCookie
impl Send for GetKeyboardControlCookie
impl Sync for GetKeyboardControlCookie
impl Unpin for GetKeyboardControlCookie
impl UnwindSafe for GetKeyboardControlCookie
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