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