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

type OverlayRow<'a> = StructPtr<'a, xcb_xkb_overlay_row_t>;

Implementations

impl<'a> OverlayRow<'a>[src]

pub fn row_under(&self) -> u8[src]

pub fn n_keys(&self) -> u8[src]

pub fn keys(&self) -> OverlayKeyIterator<'a>

Notable traits for OverlayKeyIterator<'a>

impl<'a> Iterator for OverlayKeyIterator<'a> type Item = OverlayKey<'a>;
[src]