Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/signal/
Dwindows.rs165 pub struct CtrlC { struct
169 impl CtrlC { implementation
/external/rust/crates/tokio-stream/src/wrappers/
Dsignal_windows.rs23 pub fn into_inner(self) -> CtrlC { in into_inner()
37 fn as_ref(&self) -> &CtrlC { in as_ref()
43 fn as_mut(&mut self) -> &mut CtrlC { in as_mut()