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