Struct xcb::glx::GetDoublevCookie
source · pub struct GetDoublevCookie { /* private fields */ }
Expand description
Cookie type for GetDoublev.
This cookie can be used to get a GetDoublevReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetDoublevCookie
impl Cookie for GetDoublevCookie
source§impl CookieWithReplyChecked for GetDoublevCookie
impl CookieWithReplyChecked for GetDoublevCookie
source§type Reply = GetDoublevReply
type Reply = GetDoublevReply
The reply type associated with the cookie
source§impl Debug for GetDoublevCookie
impl Debug for GetDoublevCookie
impl CookieChecked for GetDoublevCookie
Auto Trait Implementations§
impl Freeze for GetDoublevCookie
impl RefUnwindSafe for GetDoublevCookie
impl Send for GetDoublevCookie
impl Sync for GetDoublevCookie
impl Unpin for GetDoublevCookie
impl UnwindSafe for GetDoublevCookie
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