Struct simics_api_sys::bindings::init_arg_t
source · #[repr(C)]pub struct init_arg_t {
pub name: *const c_char,
pub boolean: bool,
pub u: init_arg_t__bindgen_ty_1,
}
Expand description
Fields§
§name: *const c_char
§boolean: bool
§u: init_arg_t__bindgen_ty_1
Trait Implementations§
source§impl Clone for init_arg_t
impl Clone for init_arg_t
source§fn clone(&self) -> init_arg_t
fn clone(&self) -> init_arg_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for init_arg_t
impl Default for init_arg_t
impl Copy for init_arg_t
Auto Trait Implementations§
impl Freeze for init_arg_t
impl RefUnwindSafe for init_arg_t
impl !Send for init_arg_t
impl !Sync for init_arg_t
impl Unpin for init_arg_t
impl UnwindSafe for init_arg_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)