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