Enum simics_api_sys::vtopt_arguments
source · #[repr(u32)]pub enum vtopt_arguments {
vtopt_no_argument = 0,
vtopt_required_argument = 1,
vtopt_optional_argument = 2,
}
Variants§
Trait Implementations§
source§impl Clone for vtopt_arguments
impl Clone for vtopt_arguments
source§fn clone(&self) -> vtopt_arguments
fn clone(&self) -> vtopt_arguments
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 Debug for vtopt_arguments
impl Debug for vtopt_arguments
source§impl Hash for vtopt_arguments
impl Hash for vtopt_arguments
source§impl Ord for vtopt_arguments
impl Ord for vtopt_arguments
source§fn cmp(&self, other: &vtopt_arguments) -> Ordering
fn cmp(&self, other: &vtopt_arguments) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for vtopt_arguments
impl PartialEq for vtopt_arguments
source§impl PartialOrd for vtopt_arguments
impl PartialOrd for vtopt_arguments
impl Copy for vtopt_arguments
impl Eq for vtopt_arguments
impl StructuralPartialEq for vtopt_arguments
Auto Trait Implementations§
impl Freeze for vtopt_arguments
impl RefUnwindSafe for vtopt_arguments
impl Send for vtopt_arguments
impl Sync for vtopt_arguments
impl Unpin for vtopt_arguments
impl UnwindSafe for vtopt_arguments
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
)