[][src]Type Definition xcb::xproto::DepthIterator

type DepthIterator<'a> = xcb_depth_iterator_t<'a>;

Trait Implementations

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

type Item = Depth<'a>

The type of the elements being iterated over.