Struct xcb::xinput::XiGetFocusReply
source · pub struct XiGetFocusReply { /* private fields */ }
Expand description
Reply type for XiGetFocus.
Can be obtained from a XiGetFocusCookie with Connection::wait_for_reply or from a XiGetFocusCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for XiGetFocusReply
impl Debug for XiGetFocusReply
source§impl Drop for XiGetFocusReply
impl Drop for XiGetFocusReply
source§impl Reply for XiGetFocusReply
impl Reply for XiGetFocusReply
impl Send for XiGetFocusReply
impl Sync for XiGetFocusReply
Auto Trait Implementations§
impl Freeze for XiGetFocusReply
impl RefUnwindSafe for XiGetFocusReply
impl Unpin for XiGetFocusReply
impl UnwindSafe for XiGetFocusReply
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