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