Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dlib.rs777 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()
892 pub struct InterruptHandle { struct
896 unsafe impl Send for InterruptHandle {} argument
897 unsafe impl Sync for InterruptHandle {} implementation
899 impl InterruptHandle { implementation
Dinner_connection.rs168 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()