pub trait AsRawHandle {
// Required method
fn as_raw_handle(&self) -> RawHandle;
}
Expand description
Required Methods§
Implementors§
impl AsRawHandle for File
Available on crate feature
fs
and Windows only.impl AsRawHandle for NamedPipeClient
Available on Windows and crate feature
net
only.impl AsRawHandle for NamedPipeServer
Available on Windows and crate feature
net
only.