Type Alias simics_api_sys::sobject_t

source ·
pub type sobject_t = sobject;
Expand description

Please do not access the members of this struct directly

Aliased Type§

struct sobject_t {
    pub isa: *mut sclass,
    pub props: *mut proplist,
}

Fields§

§isa: *mut sclass§props: *mut proplist