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