Type Alias simics_api_sys::ethernet_link_snoop_t
source · pub type ethernet_link_snoop_t = Option<unsafe extern "C" fn(user_data: *mut lang_void, clock: *mut conf_object_t, packet: *const frags_t, crc_status: eth_frame_crc_status_t)>;
Expand description
Aliased Type§
enum ethernet_link_snoop_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *const frags, _: eth_frame_crc_status_t)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *const frags, _: eth_frame_crc_status_t))
Some value of type T
.