Searched defs:Parker (Results 1 – 2 of 2) sorted by relevance
53 pub struct Parker { struct58 unsafe impl Send for Parker {} argument60 impl Default for Parker { implementation75 impl Parker { implementation198 pub unsafe fn from_raw(ptr: *const ()) -> Parker { in from_raw()206 impl fmt::Debug for Parker { implementation
15 pub(crate) struct Parker { struct16 inner: Arc<Inner>,51 impl Parker { impl52 pub(crate) fn new(driver: Driver) -> Parker { in new()69 impl Clone for Parker { implementation70 fn clone(&self) -> Parker { in clone()82 impl Park for Parker { implementation