eth_dev_stop_t

Type Alias eth_dev_stop_t 

Source
pub type eth_dev_stop_t = Option<unsafe extern "C" fn(dev: *mut rte_eth_dev)>;

Aliased Type§

pub enum eth_dev_stop_t {
    None,
    Some(unsafe extern "C" fn(*mut rte_eth_dev)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut rte_eth_dev))

Some value of type T.