pub enum Arch {
Show 14 variants
Armv7k,
Armv7s,
Arm64,
Arm64e,
Arm64_32,
I386,
I386_sim,
I686,
X86_64,
X86_64h,
X86_64_sim,
X86_64_macabi,
Arm64_macabi,
Arm64_sim,
}
Variants§
Armv7k
Armv7s
Arm64
Arm64e
Arm64_32
I386
I386_sim
I686
X86_64
X86_64h
X86_64_sim
X86_64_macabi
Arm64_macabi
Arm64_sim
Implementations§
source§impl Arch
impl Arch
pub fn target_name(self) -> &'static str
pub fn target_arch(self) -> Cow<'static, str>
fn target_abi(self) -> &'static str
fn target_cpu(self) -> &'static str
fn stack_probes(self) -> StackProbeType
Trait Implementations§
source§impl PartialEq for Arch
impl PartialEq for Arch
impl Copy for Arch
impl StructuralPartialEq for Arch
Auto Trait Implementations§
impl DynSend for Arch
impl DynSync for Arch
impl Freeze for Arch
impl RefUnwindSafe for Arch
impl Send for Arch
impl Sync for Arch
impl Unpin for Arch
impl UnwindSafe for Arch
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Armv7k
: 0 bytesArmv7s
: 0 bytesArm64
: 0 bytesArm64e
: 0 bytesArm64_32
: 0 bytesI386
: 0 bytesI386_sim
: 0 bytesI686
: 0 bytesX86_64
: 0 bytesX86_64h
: 0 bytesX86_64_sim
: 0 bytesX86_64_macabi
: 0 bytesArm64_macabi
: 0 bytesArm64_sim
: 0 bytes