Home
last modified time | relevance | path

Searched refs:RawHandle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dhandle.rs14 use std::os::windows::io::RawHandle;
31 pub(crate) fn into_raw(self) -> RawHandle { in into_raw() argument
35 ret as RawHandle in into_raw()
H A Diocp.rs14 use std::os::windows::io::{AsRawHandle, IntoRawHandle, RawHandle};
105 fn into_raw_handle(self) -> RawHandle { in into_raw_handle() argument
H A Dafd.rs17 use std::os::windows::io::{AsRawHandle, FromRawHandle, RawHandle};
118 File::from_raw_handle(afd_device_handle as RawHandle) in new()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstderr.rs70 use std::os::windows::io::{AsHandle, AsRawHandle, BorrowedHandle, RawHandle};
74 fn as_raw_handle(&self) -> RawHandle { in as_raw_handle() argument
H A Dstdout.rs70 use std::os::windows::io::{AsHandle, AsRawHandle, BorrowedHandle, RawHandle};
74 fn as_raw_handle(&self) -> RawHandle { in as_raw_handle() argument
H A Dstdin.rs115 use std::os::windows::io::{AsHandle, AsRawHandle, BorrowedHandle, RawHandle};
119 fn as_raw_handle(&self) -> RawHandle { in as_raw_handle() argument