Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FrameworkComputer/framework-system
/ DevHandle
Class
DevHandle
framework_lib/src/chromium_ec/windows.rs:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
// I
'm not sure, but I think it'
s safe to do that for this type of HANDL.
22
#[derive(Copy, Clone)]
23
struct DevHandle(HANDLE);
24
unsafe impl Send for DevHandle {}
25
26
lazy_static! {
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected