Struct panda_sys::QemuOptsList[][src]

#[repr(C)]
pub struct QemuOptsList { pub name: *const c_char, pub implied_opt_name: *const c_char, pub merge_lists: bool, pub head: QemuOptsList__bindgen_ty_1, pub desc: __IncompleteArrayField<QemuOptDesc>, }

Fields

name: *const c_charimplied_opt_name: *const c_charmerge_lists: boolhead: QemuOptsList__bindgen_ty_1desc: __IncompleteArrayField<QemuOptDesc>

Trait Implementations

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 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.