Enum simics_api_sys::bindings::attr_kind_t
source · #[repr(u32)]pub enum attr_kind_t {
Sim_Val_Invalid = 0,
Sim_Val_String = 1,
Sim_Val_Integer = 2,
Sim_Val_Floating = 3,
Sim_Val_List = 4,
Sim_Val_Data = 5,
Sim_Val_Nil = 6,
Sim_Val_Object = 7,
Sim_Val_Dict = 8,
Sim_Val_Boolean = 9,
Sim_Val_Py_Object = 10,
Sim_Val_Unresolved_Object = 11,
}
Variants§
Sim_Val_Invalid = 0
Sim_Val_String = 1
Sim_Val_Integer = 2
Sim_Val_Floating = 3
Sim_Val_List = 4
Sim_Val_Data = 5
Sim_Val_Nil = 6
Sim_Val_Object = 7
Sim_Val_Dict = 8
Sim_Val_Boolean = 9
Sim_Val_Py_Object = 10
Internal use only
Sim_Val_Unresolved_Object = 11
Internal use only
Trait Implementations§
source§impl Clone for attr_kind_t
impl Clone for attr_kind_t
source§fn clone(&self) -> attr_kind_t
fn clone(&self) -> attr_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 attr_kind_t
impl Debug for attr_kind_t
source§impl Hash for attr_kind_t
impl Hash for attr_kind_t
source§impl Ord for attr_kind_t
impl Ord for attr_kind_t
source§fn cmp(&self, other: &attr_kind_t) -> Ordering
fn cmp(&self, other: &attr_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 attr_kind_t
impl PartialEq for attr_kind_t
source§impl PartialOrd for attr_kind_t
impl PartialOrd for attr_kind_t
impl Copy for attr_kind_t
impl Eq for attr_kind_t
impl StructuralPartialEq for attr_kind_t
Auto Trait Implementations§
impl Freeze for attr_kind_t
impl RefUnwindSafe for attr_kind_t
impl Send for attr_kind_t
impl Sync for attr_kind_t
impl Unpin for attr_kind_t
impl UnwindSafe for attr_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
)