#[repr(u32)]pub enum Ppc64CpuModel {
Show 20 variants
E5500 = 0,
E6500 = 1,
Model_970_V2_2 = 2,
Model_970FX_V1_0 = 3,
Model_970FX_V2_0 = 4,
Model_970FX_V2_1 = 5,
Model_970FX_V3_0 = 6,
Model_970FX_V3_1 = 7,
Model_970MP_V1_0 = 8,
Model_970MP_V1_1 = 9,
POWER5_V2_1 = 10,
POWER7_V2_3 = 11,
POWER7_V2_1 = 12,
POWER8E_V2_1 = 13,
POWER8_V2_0 = 14,
POWER8NVL_V1_0 = 15,
POWER9_V1_0 = 16,
POWER9_V2_0 = 17,
POWER10_V1_0 = 18,
ENDING = 19,
}Variants§
E5500 = 0
E6500 = 1
Model_970_V2_2 = 2
Model_970FX_V1_0 = 3
Model_970FX_V2_0 = 4
Model_970FX_V2_1 = 5
Model_970FX_V3_0 = 6
Model_970FX_V3_1 = 7
Model_970MP_V1_0 = 8
Model_970MP_V1_1 = 9
POWER5_V2_1 = 10
POWER7_V2_3 = 11
POWER7_V2_1 = 12
POWER8E_V2_1 = 13
POWER8_V2_0 = 14
POWER8NVL_V1_0 = 15
POWER9_V1_0 = 16
POWER9_V2_0 = 17
POWER10_V1_0 = 18
ENDING = 19
Trait Implementations§
Source§impl Clone for Ppc64CpuModel
impl Clone for Ppc64CpuModel
Source§fn clone(&self) -> Ppc64CpuModel
fn clone(&self) -> Ppc64CpuModel
Returns a duplicate 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 Hash for Ppc64CpuModel
impl Hash for Ppc64CpuModel
Source§impl Ord for Ppc64CpuModel
impl Ord for Ppc64CpuModel
Source§fn cmp(&self, other: &Ppc64CpuModel) -> Ordering
fn cmp(&self, other: &Ppc64CpuModel) -> 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 Ppc64CpuModel
impl PartialEq for Ppc64CpuModel
Source§impl PartialOrd for Ppc64CpuModel
impl PartialOrd 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