Type Alias async_ops_t

Source
pub type async_ops_t = async_ops;

Aliased Type§

struct async_ops_t {
    pub version: u32,
    pub reserved: u32,
    pub v1: async_ops_v1,
    pub v2: async_ops_v2,
    pub v3: async_ops_v3,
}

Fields§

§version: u32§reserved: u32§v1: async_ops_v1§v2: async_ops_v2§v3: async_ops_v3

Trait Implementations

Source§

impl Clone for async_ops

Source§

fn clone(&self) -> async_ops

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_ops

Source§

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

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

impl Default for async_ops

Source§

fn default() -> async_ops

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

impl Copy for async_ops