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