pub type direct_memory_lookup_v2_interface_t = direct_memory_lookup_v2_interface;

Aliased Type§

struct direct_memory_lookup_v2_interface_t {
    pub lookup: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut transaction, _: u64, _: access_t) -> direct_memory_lookup_t>,
}

Fields§

§lookup: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut transaction, _: u64, _: access_t) -> direct_memory_lookup_t>