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