Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/windows/
Dhandle_source.rs95 pub struct HandleWrapper { struct
99 impl HandleWrapper { argument
100 pub fn new(handle: Descriptor) -> Arc<Mutex<HandleWrapper>> { in new()