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