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

type ScreenIterator<'a> = xcb_screen_iterator_t<'a>;

Trait Implementations

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

type Item = Screen<'a>

The type of the elements being iterated over.