Lines Matching defs:Handle
9 pub struct Handle { struct
18 impl Drop for Handle { implementation
28 impl Eq for Handle {} implementation
30 impl PartialEq for Handle { implementation
36 impl AsRawFd for crate::Handle { implementation
44 impl IntoRawFd for crate::Handle { implementation
52 impl Hash for Handle { implementation
59 impl Handle { impl
60 pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> { in from_path()
64 pub fn from_file(file: File) -> io::Result<Handle> { in from_file()
74 pub fn from_std(file: File) -> io::Result<Handle> { in from_std()