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

type ListHostsReply = Reply<xcb_list_hosts_reply_t>;

Implementations

impl ListHostsReply[src]

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

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

pub fn hosts(&self) -> HostIterator<'_>

Notable traits for HostIterator<'a>

impl<'a> Iterator for HostIterator<'a> type Item = Host<'a>;
[src]