Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ WinHandle
Class
WinHandle
crates/vm/src/windows.rs:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
/// Windows HANDLE wrapper for Python interop
14
#[derive(Clone, Copy)]
15
pub struct WinHandle(pub HANDLE);
16
17
pub(crate) trait WindowsSysResultValue {
18
type Ok: ToPyObject;
Callers
15
into_ok
Method · 0.85
try_from_object
Method · 0.85
CreateFile
Function · 0.85
GetStdHandle
Function · 0.85
CreatePipe
Function · 0.85
DuplicateHandle
Function · 0.85
GetCurrentProcess
Function · 0.85
CreateProcess
Function · 0.85
OpenProcess
Function · 0.85
CreateJobObject
Function · 0.85
OpenMutexW
Function · 0.85
CreateNamedPipe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected