Struct xcb::x::GetImageCookie
source · pub struct GetImageCookie { /* private fields */ }
Expand description
Cookie type for GetImage.
This cookie can be used to get a GetImageReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetImageCookie
impl Cookie for GetImageCookie
source§impl CookieWithReplyChecked for GetImageCookie
impl CookieWithReplyChecked for GetImageCookie
source§type Reply = GetImageReply
type Reply = GetImageReply
The reply type associated with the cookie
source§impl Debug for GetImageCookie
impl Debug for GetImageCookie
impl CookieChecked for GetImageCookie
Auto Trait Implementations§
impl Freeze for GetImageCookie
impl RefUnwindSafe for GetImageCookie
impl Send for GetImageCookie
impl Sync for GetImageCookie
impl Unpin for GetImageCookie
impl UnwindSafe for GetImageCookie
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