MCPcopy 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)]
23struct DevHandle(HANDLE);
24unsafe impl Send for DevHandle {}
25
26lazy_static! {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected