Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/src/
Dviews.rs65 pub struct SocketlikeView<'socketlike, Target: SocketlikeViewType> { struct
70 /// `SocketlikeViewType` implementors guarantee that their `Into<OwnedFd>` argument
74 orig: RawSocketlike,
78 _phantom: PhantomData<&'socketlike OwnedSocketlike>,
110 impl<Target: SocketlikeViewType> SocketlikeView<'_, Target> { implementation
149 impl<Target: SocketlikeViewType> Deref for SocketlikeView<'_, Target> { implementation
175 impl<Target: SocketlikeViewType> Drop for SocketlikeView<'_, Target> { implementation
201 impl<Target: SocketlikeViewType> fmt::Debug for SocketlikeView<'_, Target> { implementation