Struct xcb::render::QueryPictIndexValuesReply
source · pub struct QueryPictIndexValuesReply { /* private fields */ }
Expand description
Reply type for QueryPictIndexValues.
Can be obtained from a QueryPictIndexValuesCookie with Connection::wait_for_reply or from a QueryPictIndexValuesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryPictIndexValuesReply
impl Debug for QueryPictIndexValuesReply
source§impl Drop for QueryPictIndexValuesReply
impl Drop for QueryPictIndexValuesReply
source§impl Reply for QueryPictIndexValuesReply
impl Reply for QueryPictIndexValuesReply
impl Send for QueryPictIndexValuesReply
impl Sync for QueryPictIndexValuesReply
Auto Trait Implementations§
impl Freeze for QueryPictIndexValuesReply
impl RefUnwindSafe for QueryPictIndexValuesReply
impl Unpin for QueryPictIndexValuesReply
impl UnwindSafe for QueryPictIndexValuesReply
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