Enum simics_api_sys::class_kind_t
source · #[repr(u32)]pub enum class_kind_t {
Sim_Class_Kind_Vanilla = 0,
Sim_Class_Kind_Session = 1,
Sim_Class_Kind_Pseudo = 2,
Sim_Class_Kind_Extension = 3,
}
Expand description
Variants§
Sim_Class_Kind_Vanilla = 0
object is saved at checkpoints
Sim_Class_Kind_Session = 1
object is saved as part of a session only
Sim_Class_Kind_Pseudo = 2
object is never saved
Sim_Class_Kind_Extension = 3
extension class (see SIM_extend_class)
Trait Implementations§
source§impl Clone for class_kind_t
impl Clone for class_kind_t
source§fn clone(&self) -> class_kind_t
fn clone(&self) -> class_kind_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 class_kind_t
impl Debug for class_kind_t
source§impl Hash for class_kind_t
impl Hash for class_kind_t
source§impl Ord for class_kind_t
impl Ord for class_kind_t
source§fn cmp(&self, other: &class_kind_t) -> Ordering
fn cmp(&self, other: &class_kind_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 class_kind_t
impl PartialEq for class_kind_t
source§impl PartialOrd for class_kind_t
impl PartialOrd for class_kind_t
impl Copy for class_kind_t
impl Eq for class_kind_t
impl StructuralPartialEq for class_kind_t
Auto Trait Implementations§
impl Freeze for class_kind_t
impl RefUnwindSafe for class_kind_t
impl Send for class_kind_t
impl Sync for class_kind_t
impl Unpin for class_kind_t
impl UnwindSafe for class_kind_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
)