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

Extracts the raw handle, without taking any ownership.

Implementors

© 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