Type Alias simics_api_sys::ieee_802_3_phy_v3_interface_t

source ·
pub type ieee_802_3_phy_v3_interface_t = ieee_802_3_phy_v3_interface;

Aliased Type§

struct ieee_802_3_phy_v3_interface_t {
    pub send_frame: Option<unsafe extern "C" fn(_: *mut conf_object, _: *const frags, _: i32) -> i32>,
    pub check_tx_bandwidth: Option<unsafe extern "C" fn(_: *mut conf_object) -> i32>,
}

Fields§

§send_frame: Option<unsafe extern "C" fn(_: *mut conf_object, _: *const frags, _: i32) -> i32>§check_tx_bandwidth: Option<unsafe extern "C" fn(_: *mut conf_object) -> i32>