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 File
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for Stderr
[src]
impl AsRawHandle for Stderr
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for Stdin
[src]
impl AsRawHandle for Stdin
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for Stdout
[src]
impl AsRawHandle for Stdout
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for Child
[src]
impl AsRawHandle for Child
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for ChildStderr
[src]
impl AsRawHandle for ChildStderr
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for ChildStdin
[src]
impl AsRawHandle for ChildStdin
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This is supported on Windows only.
impl AsRawHandle for ChildStdout
[src]
impl AsRawHandle for ChildStdout
fn as_raw_handle(&self) -> RawHandle
[src]
fn as_raw_handle(&self) -> RawHandle
This 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) -> RawHandle
This is supported on Windows only.