Expand description
The “architecture” field
Tuple Fields§
§0: Cow<'static, str>
Implementations§
source§impl Arch
impl Arch
pub const aarch64: Arch = _
pub const arm: Arch = _
pub const avr: Arch = _
pub const bpf: Arch = _
pub const hexagon: Arch = _
pub const m68k: Arch = _
pub const mips: Arch = _
pub const mips64: Arch = _
pub const msp430: Arch = _
pub const nvptx64: Arch = _
pub const powerpc: Arch = _
pub const powerpc64: Arch = _
pub const riscv32: Arch = _
pub const riscv64: Arch = _
pub const s390x: Arch = _
pub const sparc: Arch = _
pub const sparc64: Arch = _
pub const wasm32: Arch = _
pub const wasm64: Arch = _
pub const x86: Arch = _
pub const x86_64: Arch = _
Trait Implementations§
source§impl Ord for Arch
impl Ord for Arch
source§impl PartialOrd<Arch> for Arch
impl PartialOrd<Arch> for Arch
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more