[][src]Trait async_std::os::windows::io::AsRawHandle

pub trait AsRawHandle {
    fn as_raw_handle(&self) -> RawHandle;
}
This is supported on Windows only.

Extracts 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 Stderr[src][]

impl AsRawHandle for Stdin[src][]

impl AsRawHandle for Stdout[src][]