pub enum CpuType {
ANY,
X86,
X86_64,
MIPS,
MC98000,
ARM,
ARM64,
SPARC,
POWERPC,
POWERPC64,
UNKNOWN(i32),
}
Variants§
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