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

type ListFontsReply = Reply<xcb_list_fonts_reply_t>;

Implementations

impl ListFontsReply[src]

pub fn names_len(&self) -> u16[src]

pub fn names(&self) -> StrIterator<'_>

Notable traits for StrIterator<'a>

impl<'a> Iterator for StrIterator<'a> type Item = Str<'a>;
[src]