Struct simics_api_sys::vtoption
source · #[repr(C)]pub struct vtoption {
pub name: *const c_char,
pub has_arg: vtopt_arguments,
pub flag: *mut c_int,
pub val: c_int,
}
Fields§
§name: *const c_char
§has_arg: vtopt_arguments
§flag: *mut c_int
§val: c_int
Trait Implementations§
source§impl Ord for vtoption
impl Ord for vtoption
source§impl PartialOrd for vtoption
impl PartialOrd for vtoption
impl Copy for vtoption
impl Eq for vtoption
impl StructuralPartialEq for vtoption
Auto Trait Implementations§
impl Freeze for vtoption
impl RefUnwindSafe for vtoption
impl !Send for vtoption
impl !Sync for vtoption
impl Unpin for vtoption
impl UnwindSafe for vtoption
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
)