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