pub struct ProcessorFamily(/* private fields */);
Implementations§
Source§impl ProcessorFamily
impl ProcessorFamily
pub fn is_386(&self) -> bool
pub fn is_z80(&self) -> bool
pub fn is_i860(&self) -> bool
pub fn is_8051(&self) -> bool
pub fn is_tms(&self) -> bool
pub fn is_6502(&self) -> bool
pub fn is_pdp(&self) -> bool
pub fn is_68k(&self) -> bool
pub fn is_java(&self) -> bool
pub fn is_6800(&self) -> bool
pub fn is_st7(&self) -> bool
pub fn is_mc6812(&self) -> bool
pub fn is_mips(&self) -> bool
pub fn is_arm(&self) -> bool
pub fn is_tmsc6(&self) -> bool
pub fn is_ppc(&self) -> bool
pub fn is_80196(&self) -> bool
pub fn is_z8(&self) -> bool
pub fn is_sh(&self) -> bool
pub fn is_net(&self) -> bool
pub fn is_avr(&self) -> bool
pub fn is_h8(&self) -> bool
pub fn is_pic(&self) -> bool
pub fn is_sparc(&self) -> bool
pub fn is_alpha(&self) -> bool
pub fn is_hppa(&self) -> bool
pub fn is_h8500(&self) -> bool
pub fn is_tricore(&self) -> bool
pub fn is_dsp56k(&self) -> bool
pub fn is_c166(&self) -> bool
pub fn is_st20(&self) -> bool
pub fn is_ia64(&self) -> bool
pub fn is_i960(&self) -> bool
pub fn is_f2mc(&self) -> bool
pub fn is_tms320c54(&self) -> bool
pub fn is_tms320c55(&self) -> bool
pub fn is_trimedia(&self) -> bool
pub fn is_m32r(&self) -> bool
pub fn is_nec_78k0(&self) -> bool
pub fn is_nec_78k0s(&self) -> bool
pub fn is_m740(&self) -> bool
pub fn is_m7700(&self) -> bool
pub fn is_st9(&self) -> bool
pub fn is_fr(&self) -> bool
pub fn is_mc6816(&self) -> bool
pub fn is_m7900(&self) -> bool
pub fn is_tms320c3(&self) -> bool
pub fn is_kr1878(&self) -> bool
pub fn is_ad218x(&self) -> bool
pub fn is_oakdsp(&self) -> bool
pub fn is_tlcs900(&self) -> bool
pub fn is_c39(&self) -> bool
pub fn is_cr16(&self) -> bool
pub fn is_mn102l00(&self) -> bool
pub fn is_tms320c1x(&self) -> bool
pub fn is_nec_v850x(&self) -> bool
pub fn is_scr_adpt(&self) -> bool
pub fn is_ebc(&self) -> bool
pub fn is_msp430(&self) -> bool
pub fn is_spu(&self) -> bool
pub fn is_dalvik(&self) -> bool
pub fn is_65c816(&self) -> bool
pub fn is_m16c(&self) -> bool
pub fn is_arc(&self) -> bool
pub fn is_unsp(&self) -> bool
pub fn is_tms320c28(&self) -> bool
pub fn is_dsp96k(&self) -> bool
pub fn is_spc700(&self) -> bool
pub fn is_ad2106x(&self) -> bool
pub fn is_pic16(&self) -> bool
pub fn is_s390(&self) -> bool
pub fn is_xtensa(&self) -> bool
pub fn is_riscv(&self) -> bool
pub fn is_rl78(&self) -> bool
pub fn is_rx(&self) -> bool
pub fn is_wasm(&self) -> bool
Trait Implementations§
Source§impl Clone for ProcessorFamily
impl Clone for ProcessorFamily
Source§fn clone(&self) -> ProcessorFamily
fn clone(&self) -> ProcessorFamily
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 ProcessorFamily
impl Debug for ProcessorFamily
Source§impl Hash for ProcessorFamily
impl Hash for ProcessorFamily
Source§impl Ord for ProcessorFamily
impl Ord for ProcessorFamily
Source§fn cmp(&self, other: &ProcessorFamily) -> Ordering
fn cmp(&self, other: &ProcessorFamily) -> 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 ProcessorFamily
impl PartialEq for ProcessorFamily
Source§impl PartialOrd for ProcessorFamily
impl PartialOrd for ProcessorFamily
impl Copy for ProcessorFamily
impl Eq for ProcessorFamily
impl StructuralPartialEq for ProcessorFamily
Auto Trait Implementations§
impl Freeze for ProcessorFamily
impl RefUnwindSafe for ProcessorFamily
impl Send for ProcessorFamily
impl Sync for ProcessorFamily
impl Unpin for ProcessorFamily
impl UnwindSafe for ProcessorFamily
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