Struct x11rb::protocol::xproto::ListHostsRequest [−][src]
pub struct ListHostsRequest;
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, ListHostsReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
type Reply = ListHostsReply
type Reply = ListHostsReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for ListHostsRequest
impl Send for ListHostsRequest
impl Sync for ListHostsRequest
impl Unpin for ListHostsRequest
impl UnwindSafe for ListHostsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more