Trait 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
Extracts the raw handle, without taking any ownership.
Implementors
impl AsRawHandle for File
[src]1.21.0
impl AsRawHandle for Stderr
[src]1.21.0
impl AsRawHandle for Stdin
[src]1.21.0
impl AsRawHandle for Stdout
[src]1.2.0
impl AsRawHandle for Child
[src]1.2.0
impl AsRawHandle for ChildStderr
[src]1.2.0
impl AsRawHandle for ChildStdin
[src]1.2.0
impl AsRawHandle for ChildStdout
impl AsRawHandle for BorrowedHandle<'_>
impl AsRawHandle for OwnedHandle
[src]1.35.0
impl<'a> AsRawHandle for StderrLock<'a>
[src]1.35.0
impl<'a> AsRawHandle for StdinLock<'a>
[src]1.35.0
impl<'a> AsRawHandle for StdoutLock<'a>
[src]1.9.0
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