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