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