#[repr(i32)]pub enum Sparc64CpuModel {
Show 17 variants
UC_CPU_SPARC64_FUJITSU = 0,
UC_CPU_SPARC64_FUJITSU_III = 1,
UC_CPU_SPARC64_FUJITSU_IV = 2,
UC_CPU_SPARC64_FUJITSU_V = 3,
UC_CPU_SPARC64_TI_ULTRASPARC_I = 4,
UC_CPU_SPARC64_TI_ULTRASPARC_II = 5,
UC_CPU_SPARC64_TI_ULTRASPARC_III = 6,
UC_CPU_SPARC64_TI_ULTRASPARC_IIE = 7,
UC_CPU_SPARC64_SUN_ULTRASPARC_III = 8,
UC_CPU_SPARC64_SUN_ULTRASPARC_III_CU = 9,
UC_CPU_SPARC64_SUN_ULTRASPARC_IIII = 10,
UC_CPU_SPARC64_SUN_ULTRASPARC_IV = 11,
UC_CPU_SPARC64_SUN_ULTRASPARC_IV_PLUS = 12,
UC_CPU_SPARC64_SUN_ULTRASPARC_IIII_PLUS = 13,
UC_CPU_SPARC64_SUN_ULTRASPARC_T1 = 14,
UC_CPU_SPARC64_SUN_ULTRASPARC_T2 = 15,
UC_CPU_SPARC64_NEC_ULTRASPARC_I = 16,
}
Variants§
UC_CPU_SPARC64_FUJITSU = 0
UC_CPU_SPARC64_FUJITSU_III = 1
UC_CPU_SPARC64_FUJITSU_IV = 2
UC_CPU_SPARC64_FUJITSU_V = 3
UC_CPU_SPARC64_TI_ULTRASPARC_I = 4
UC_CPU_SPARC64_TI_ULTRASPARC_II = 5
UC_CPU_SPARC64_TI_ULTRASPARC_III = 6
UC_CPU_SPARC64_TI_ULTRASPARC_IIE = 7
UC_CPU_SPARC64_SUN_ULTRASPARC_III = 8
UC_CPU_SPARC64_SUN_ULTRASPARC_III_CU = 9
UC_CPU_SPARC64_SUN_ULTRASPARC_IIII = 10
UC_CPU_SPARC64_SUN_ULTRASPARC_IV = 11
UC_CPU_SPARC64_SUN_ULTRASPARC_IV_PLUS = 12
UC_CPU_SPARC64_SUN_ULTRASPARC_IIII_PLUS = 13
UC_CPU_SPARC64_SUN_ULTRASPARC_T1 = 14
UC_CPU_SPARC64_SUN_ULTRASPARC_T2 = 15
UC_CPU_SPARC64_NEC_ULTRASPARC_I = 16
Trait Implementations§
Source§impl Clone for Sparc64CpuModel
impl Clone for Sparc64CpuModel
Source§fn clone(&self) -> Sparc64CpuModel
fn clone(&self) -> Sparc64CpuModel
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 Sparc64CpuModel
impl Debug for Sparc64CpuModel
Source§impl From<&Sparc64CpuModel> for i32
impl From<&Sparc64CpuModel> for i32
Source§fn from(value: &Sparc64CpuModel) -> Self
fn from(value: &Sparc64CpuModel) -> Self
Converts to this type from the input type.
Source§impl From<Sparc64CpuModel> for i32
impl From<Sparc64CpuModel> for i32
Source§fn from(value: Sparc64CpuModel) -> Self
fn from(value: Sparc64CpuModel) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sparc64CpuModel
impl PartialEq for Sparc64CpuModel
impl Copy for Sparc64CpuModel
impl Eq for Sparc64CpuModel
impl StructuralPartialEq for Sparc64CpuModel
Auto Trait Implementations§
impl Freeze for Sparc64CpuModel
impl RefUnwindSafe for Sparc64CpuModel
impl Send for Sparc64CpuModel
impl Sync for Sparc64CpuModel
impl Unpin for Sparc64CpuModel
impl UnwindSafe for Sparc64CpuModel
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