Type Alias uct_iface_t

Source
pub type uct_iface_t = uct_iface;
Expand description

Communication interface context

Aliased Type§

struct uct_iface_t {
    pub ops: uct_iface_ops,
}

Fields§

§ops: uct_iface_ops