Struct panda_sys::DeviceState [−][src]
#[repr(C)]pub struct DeviceState { pub parent_obj: Object, pub id: *const c_char, pub realized: bool, pub pending_deleted_event: bool, pub opts: *mut QemuOpts, pub hotplugged: c_int, pub parent_bus: *mut BusState, pub gpios: DeviceState__bindgen_ty_1, pub child_bus: DeviceState__bindgen_ty_2, pub num_child_bus: c_int, pub instance_id_alias: c_int, pub alias_required_for_version: c_int, }
Expand description
DeviceState: @realized: Indicates whether the device has been fully constructed.
This structure should not be accessed directly. We declare it here so that it can be embedded in individual device state structures.
Fields
parent_obj: Objectid: *const c_charrealized: boolpending_deleted_event: boolopts: *mut QemuOptshotplugged: c_intparent_bus: *mut BusStategpios: DeviceState__bindgen_ty_1child_bus: DeviceState__bindgen_ty_2num_child_bus: c_intinstance_id_alias: c_intalias_required_for_version: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceStateimpl !Send for DeviceStateimpl !Sync for DeviceStateimpl Unpin for DeviceStateimpl UnwindSafe for DeviceStateBlanket Implementations
Mutably borrows from an owned value. Read more