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