Struct panda::sys::DeviceState [−][src]
#[repr(C)]pub struct DeviceState {
pub parent_obj: Object,
pub id: *const i8,
pub realized: bool,
pub pending_deleted_event: bool,
pub opts: *mut QemuOpts,
pub hotplugged: i32,
pub parent_bus: *mut BusState,
pub gpios: DeviceState__bindgen_ty_1,
pub child_bus: DeviceState__bindgen_ty_2,
pub num_child_bus: i32,
pub instance_id_alias: i32,
pub alias_required_for_version: i32,
}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 i8realized: boolpending_deleted_event: boolopts: *mut QemuOptshotplugged: i32parent_bus: *mut BusStategpios: DeviceState__bindgen_ty_1child_bus: DeviceState__bindgen_ty_2num_child_bus: i32instance_id_alias: i32alias_required_for_version: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceState
impl !Send for DeviceState
impl !Sync for DeviceState
impl Unpin for DeviceState
impl UnwindSafe for DeviceState
Blanket Implementations
Mutably borrows from an owned value. Read more