pub enum CpuType {
Show 19 variants
ANY,
X86,
X86_64,
MIPS,
MC98000,
HPPA,
ARM,
ARM64,
MC88000,
SPARC,
I860,
ALPHA,
POWERPC,
POWERPC64,
APPLE_GPU,
AMD_GPU,
INTEL_GPU,
AIR64,
UNKNOWN(i32),
}
Variants§
ANY
X86
X86_64
MIPS
MC98000
HPPA
ARM
ARM64
MC88000
SPARC
I860
ALPHA
POWERPC
POWERPC64
APPLE_GPU
AMD_GPU
INTEL_GPU
AIR64
UNKNOWN(i32)
Trait Implementations§
impl Copy for CpuType
impl Eq for CpuType
impl StructuralEq for CpuType
impl StructuralPartialEq for CpuType
Auto Trait Implementations§
impl RefUnwindSafe for CpuType
impl Send for CpuType
impl Sync for CpuType
impl Unpin for CpuType
impl UnwindSafe for CpuType
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