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