Type Definition xcb::xkb::OverlayRowIterator[][src]

type OverlayRowIterator<'a> = xcb_xkb_overlay_row_iterator_t<'a>;

Trait Implementations

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

type Item = OverlayRow<'a>

The type of the elements being iterated over.