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