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