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