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