pub type async_dispatcher_t = async_dispatcher;
Aliased Type§
struct async_dispatcher_t {
pub ops: *const async_ops,
}
Fields§
§ops: *const async_ops
Trait Implementations
Source§impl Clone for async_dispatcher
impl Clone for async_dispatcher
Source§fn clone(&self) -> async_dispatcher
fn clone(&self) -> async_dispatcher
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more