rte_mp_async_reply_t

Type Alias rte_mp_async_reply_t 

Source
pub type rte_mp_async_reply_t = Option<unsafe extern "C" fn(request: *const rte_mp_msg, reply: *const rte_mp_reply) -> c_int>;

Aliased Type§

pub enum rte_mp_async_reply_t {
    None,
    Some(unsafe extern "C" fn(*const rte_mp_msg, *const rte_mp_reply) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const rte_mp_msg, *const rte_mp_reply) -> i32)

Some value of type T.