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