Enum simics_api_sys::sim_version_t
source · #[repr(u32)]pub enum sim_version_t {
SIM_VERSION_7 = 7_000,
SIM_VERSION_6 = 6_000,
SIM_VERSION_5 = 5_000,
SIM_VERSION_4_8 = 4_500,
}
Expand description
Build ID for initial major versions. Available in DML and Python.
Variants§
Trait Implementations§
source§impl Clone for sim_version_t
impl Clone for sim_version_t
source§fn clone(&self) -> sim_version_t
fn clone(&self) -> sim_version_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 Debug for sim_version_t
impl Debug for sim_version_t
source§impl Hash for sim_version_t
impl Hash for sim_version_t
source§impl Ord for sim_version_t
impl Ord for sim_version_t
source§fn cmp(&self, other: &sim_version_t) -> Ordering
fn cmp(&self, other: &sim_version_t) -> 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 sim_version_t
impl PartialEq for sim_version_t
source§impl PartialOrd for sim_version_t
impl PartialOrd for sim_version_t
impl Copy for sim_version_t
impl Eq for sim_version_t
impl StructuralPartialEq for sim_version_t
Auto Trait Implementations§
impl Freeze for sim_version_t
impl RefUnwindSafe for sim_version_t
impl Send for sim_version_t
impl Sync for sim_version_t
impl Unpin for sim_version_t
impl UnwindSafe for sim_version_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
)