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_int

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

Performs the conversion.

Performs the conversion.

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)

recently added

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.