Type Alias async_dispatcher_t

Source
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

Source§

fn clone(&self) -> async_dispatcher

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for async_dispatcher

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for async_dispatcher

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for async_dispatcher