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