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