Searched defs:OwnedHandle (Results 1 – 5 of 5) sorted by relevance
32 pub(crate) fn dup(handle: impl AsHandle) -> io::Result<OwnedHandle> { in dup()54 impl From<PipeReader> for OwnedHandle { implementation90 impl From<PipeWriter> for OwnedHandle { implementation
30 public abstract class OwnedHandle extends Handle implements AutoCloseable { class58 protected OwnedHandle(long handleId, Cleaner cleaner, Destructor destructor) { in OwnedHandle() method in OwnedHandle
15 pub type OwnedHandle = crate::doc::NotDefinedHere; typedef
199 pub(super) fn into_owned_handle(self) -> io::Result<OwnedHandle> { in into_owned_handle()
386 impl From<crate::File> for OwnedHandle { implementation