Expand description
The “architecture” field
Tuple Fields
0: Cow<'static, str>
Implementations
sourceimpl 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
sourceimpl Ord for Arch
impl Ord for Arch
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<Arch> for Arch
impl PartialOrd<Arch> for Arch
sourcefn partial_cmp(&self, other: &Arch) -> Option<Ordering>
fn partial_cmp(&self, other: &Arch) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Eq for Arch
impl StructuralEq for Arch
impl StructuralPartialEq for Arch
Auto Trait Implementations
impl RefUnwindSafe for Arch
impl Send for Arch
impl Sync for Arch
impl Unpin for Arch
impl UnwindSafe for Arch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more