#[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_char§implied_opt_name: *const c_char§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