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