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