Struct xcb::glx::GetSeparableFilterReply
source · pub struct GetSeparableFilterReply { /* private fields */ }
Expand description
Reply type for GetSeparableFilter.
Can be obtained from a GetSeparableFilterCookie with Connection::wait_for_reply or from a GetSeparableFilterCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetSeparableFilterReply
impl Debug for GetSeparableFilterReply
source§impl Drop for GetSeparableFilterReply
impl Drop for GetSeparableFilterReply
source§impl Reply for GetSeparableFilterReply
impl Reply for GetSeparableFilterReply
impl Send for GetSeparableFilterReply
impl Sync for GetSeparableFilterReply
Auto Trait Implementations§
impl Freeze for GetSeparableFilterReply
impl RefUnwindSafe for GetSeparableFilterReply
impl Unpin for GetSeparableFilterReply
impl UnwindSafe for GetSeparableFilterReply
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