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

type DeviceLedInfoIterator<'a> = xcb_xkb_device_led_info_iterator_t<'a>;

Trait Implementations

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

type Item = DeviceLedInfo<'a>

The type of the elements being iterated over.