Type Alias simics_api_sys::pool_protect_interface_t

source ·
pub type pool_protect_interface_t = pool_protect_interface;

Aliased Type§

struct pool_protect_interface_t {
    pub create_group: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object) -> i32>,
    pub protect: Option<unsafe extern "C" fn(_: *mut conf_object, _: i32)>,
}

Fields§

§create_group: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object) -> i32>§protect: Option<unsafe extern "C" fn(_: *mut conf_object, _: i32)>