Home
last modified time | relevance | path

Searched defs:IntoRawHandle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Draw.rs82 pub trait IntoRawHandle { interface
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Draw.rs82 pub trait IntoRawHandle { trait
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Draw.rs82 pub trait IntoRawHandle { trait
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Draw.rs82 pub trait IntoRawHandle { trait
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Draw.rs82 pub trait IntoRawHandle { trait
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/
Dwindows.rs238 pub(super) fn stdio<T>(io: T) -> io::Result<ChildStdio> in stdio()