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