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