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