#[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: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.