#[repr(i32)]pub enum Ppc64CpuModel {
Show 19 variants
UC_CPU_PPC64_E5500 = 0,
UC_CPU_PPC64_E6500 = 1,
UC_CPU_PPC64_970_V2_2 = 2,
UC_CPU_PPC64_970FX_V1_0 = 3,
UC_CPU_PPC64_970FX_V2_0 = 4,
UC_CPU_PPC64_970FX_V2_1 = 5,
UC_CPU_PPC64_970FX_V3_0 = 6,
UC_CPU_PPC64_970FX_V3_1 = 7,
UC_CPU_PPC64_970MP_V1_0 = 8,
UC_CPU_PPC64_970MP_V1_1 = 9,
UC_CPU_PPC64_POWER5_V2_1 = 10,
UC_CPU_PPC64_POWER7_V2_3 = 11,
UC_CPU_PPC64_POWER7_V2_1 = 12,
UC_CPU_PPC64_POWER8E_V2_1 = 13,
UC_CPU_PPC64_POWER8_V2_0 = 14,
UC_CPU_PPC64_POWER8NVL_V1_0 = 15,
UC_CPU_PPC64_POWER9_V1_0 = 16,
UC_CPU_PPC64_POWER9_V2_0 = 17,
UC_CPU_PPC64_POWER10_V1_0 = 18,
}
Variants§
UC_CPU_PPC64_E5500 = 0
UC_CPU_PPC64_E6500 = 1
UC_CPU_PPC64_970_V2_2 = 2
UC_CPU_PPC64_970FX_V1_0 = 3
UC_CPU_PPC64_970FX_V2_0 = 4
UC_CPU_PPC64_970FX_V2_1 = 5
UC_CPU_PPC64_970FX_V3_0 = 6
UC_CPU_PPC64_970FX_V3_1 = 7
UC_CPU_PPC64_970MP_V1_0 = 8
UC_CPU_PPC64_970MP_V1_1 = 9
UC_CPU_PPC64_POWER5_V2_1 = 10
UC_CPU_PPC64_POWER7_V2_3 = 11
UC_CPU_PPC64_POWER7_V2_1 = 12
UC_CPU_PPC64_POWER8E_V2_1 = 13
UC_CPU_PPC64_POWER8_V2_0 = 14
UC_CPU_PPC64_POWER8NVL_V1_0 = 15
UC_CPU_PPC64_POWER9_V1_0 = 16
UC_CPU_PPC64_POWER9_V2_0 = 17
UC_CPU_PPC64_POWER10_V1_0 = 18
Trait Implementations§
Source§impl Clone for Ppc64CpuModel
impl Clone for Ppc64CpuModel
Source§fn clone(&self) -> Ppc64CpuModel
fn clone(&self) -> Ppc64CpuModel
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 Ppc64CpuModel
impl Debug for Ppc64CpuModel
Source§impl From<&Ppc64CpuModel> for i32
impl From<&Ppc64CpuModel> for i32
Source§fn from(value: &Ppc64CpuModel) -> Self
fn from(value: &Ppc64CpuModel) -> Self
Converts to this type from the input type.
Source§impl From<Ppc64CpuModel> for i32
impl From<Ppc64CpuModel> for i32
Source§fn from(value: Ppc64CpuModel) -> Self
fn from(value: Ppc64CpuModel) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ppc64CpuModel
impl PartialEq for Ppc64CpuModel
impl Copy for Ppc64CpuModel
impl Eq for Ppc64CpuModel
impl StructuralPartialEq for Ppc64CpuModel
Auto Trait Implementations§
impl Freeze for Ppc64CpuModel
impl RefUnwindSafe for Ppc64CpuModel
impl Send for Ppc64CpuModel
impl Sync for Ppc64CpuModel
impl Unpin for Ppc64CpuModel
impl UnwindSafe for Ppc64CpuModel
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