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