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