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