[][src]Type Definition xcb::render::QueryPictIndexValuesReply

type QueryPictIndexValuesReply = Reply<xcb_render_query_pict_index_values_reply_t>;

Implementations

impl QueryPictIndexValuesReply[src]

pub fn num_values(&self) -> u32[src]

pub fn values(&self) -> IndexvalueIterator

Notable traits for IndexvalueIterator

impl Iterator for IndexvalueIterator type Item = Indexvalue;
[src]