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