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