pub type flow_ctrl_set_t = Option<unsafe extern "C" fn(dev: *mut rte_eth_dev, fc_conf: *mut rte_eth_fc_conf) -> c_int>;Aliased Type§
pub enum flow_ctrl_set_t {
None,
Some(unsafe extern "C" fn(*mut rte_eth_dev, *mut rte_eth_fc_conf) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut rte_eth_dev, *mut rte_eth_fc_conf) -> i32)
Some value of type T.