W3cubDocs

/Rust

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

This is supported on Windows only.

Extracts the raw handle, without taking any ownership.

Loading content...

Implementors

impl AsRawHandle for File[src]

impl AsRawHandle for Stderr[src]

impl AsRawHandle for Stdin[src]

impl AsRawHandle for Stdout[src]

impl AsRawHandle for Child[src]

impl AsRawHandle for ChildStderr[src]

impl AsRawHandle for ChildStdin[src]

impl AsRawHandle for ChildStdout[src]

impl<'a> AsRawHandle for StderrLock<'a>[src]

impl<'a> AsRawHandle for StdinLock<'a>[src]

impl<'a> AsRawHandle for StdoutLock<'a>[src]

impl<T> AsRawHandle for JoinHandle<T>[src]

Loading content...

© 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