Type Alias simics_api_sys::get_attr_t
source · pub type get_attr_t = Option<unsafe extern "C" fn(ptr: *mut lang_void, obj: *mut conf_object_t, idx: *mut attr_value_t) -> attr_value_t>;
Expand description
Aliased Type§
enum get_attr_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *mut attr_value) -> attr_value),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *mut attr_value) -> attr_value)
Some value of type T
.