pub trait AsRawHandle { fn as_raw_handle(&self) -> RawHandle; }
Extract raw handles.
fn as_raw_handle(&self) -> RawHandle
Extracts the raw handle, without taking any ownership.
impl AsRawHandle for File
impl AsRawHandle for Stdin
impl AsRawHandle for Stdout
impl AsRawHandle for Stderr
impl AsRawHandle for Child
impl AsRawHandle for ChildStdin
impl AsRawHandle for ChildStdout
impl AsRawHandle for ChildStderr
impl<T> AsRawHandle for JoinHandle<T>
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/windows/io/trait.AsRawHandle.html