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