1.0.0[−][src]Trait std::os::windows::io::AsRawHandle    
This is supported on Windows only.
Extract raw handles.
Required Methods
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
Extracts the raw handle, without taking any ownership.
Implementors
impl AsRawHandle for File[src] 
impl AsRawHandle for Filefn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for Stderr[src] 
impl AsRawHandle for Stderrfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for Stdin[src] 
impl AsRawHandle for Stdinfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for Stdout[src] 
impl AsRawHandle for Stdoutfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for Child[src] 
impl AsRawHandle for Childfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for ChildStderr[src] 
impl AsRawHandle for ChildStderrfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for ChildStdin[src] 
impl AsRawHandle for ChildStdinfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl AsRawHandle for ChildStdout[src] 
impl AsRawHandle for ChildStdoutfn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.
impl<T> AsRawHandle for JoinHandle<T>[src] 
impl<T> AsRawHandle for JoinHandle<T>fn as_raw_handle(&self) -> RawHandle[src] 
fn as_raw_handle(&self) -> RawHandleThis is supported on Windows only.