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