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