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

type PictdepthIterator<'a> = xcb_render_pictdepth_iterator_t<'a>;

Trait Implementations

impl<'a> Iterator for PictdepthIterator<'a>[src]

type Item = Pictdepth<'a>

The type of the elements being iterated over.