#[repr(C)]pub struct QemuOptsList {
pub name: *const i8,
pub implied_opt_name: *const i8,
pub merge_lists: bool,
pub head: QemuOptsList__bindgen_ty_1,
pub desc: __IncompleteArrayField<QemuOptDesc>,
}Fields§
§name: *const i8§implied_opt_name: *const i8§merge_lists: bool§head: QemuOptsList__bindgen_ty_1§desc: __IncompleteArrayField<QemuOptDesc>Trait Implementations§
Auto Trait Implementations§
impl Freeze for QemuOptsList
impl RefUnwindSafe for QemuOptsList
impl !Send for QemuOptsList
impl !Sync for QemuOptsList
impl Unpin for QemuOptsList
impl UnwindSafe for QemuOptsList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more