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