Home
last modified time | relevance | path

Searched defs:TubeEndpoint (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/connection/
Dtube.rs43 pub struct TubeEndpoint<R: Req> { struct
48 impl<R: Req> TubeEndpoint<R> { impl
54 impl<R: Req> From<Tube> for TubeEndpoint<R> { implementation
63 impl<R: Req> Endpoint<R> for TubeEndpoint<R> { implementation
170 impl<R: Req> AsRawDescriptor for TubeEndpoint<R> { implementation