AsRawHandle

Trait AsRawHandle 

Source
pub trait AsRawHandle {
    // Required method
    fn as_raw_handle(&self) -> RawHandle;
}
Expand description

Required Methods§

Implementors§

Source§

impl AsRawHandle for File

Available on crate feature fs and Windows only.
Source§

impl AsRawHandle for NamedPipeClient

Available on Windows and crate feature net only.
Source§

impl AsRawHandle for NamedPipeServer

Available on Windows and crate feature net only.