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