Enum rustc_target::asm::InlineAsmArch
source · pub enum InlineAsmArch {
Show 19 variants
X86,
X86_64,
Arm,
AArch64,
RiscV32,
RiscV64,
Nvptx64,
Hexagon,
Mips,
Mips64,
PowerPC,
PowerPC64,
S390x,
SpirV,
Wasm32,
Wasm64,
Bpf,
Avr,
Msp430,
}
Variants
X86
X86_64
Arm
AArch64
RiscV32
RiscV64
Nvptx64
Hexagon
Mips
Mips64
PowerPC
PowerPC64
S390x
SpirV
Wasm32
Wasm64
Bpf
Avr
Msp430
Trait Implementations
sourceimpl Clone for InlineAsmArch
impl Clone for InlineAsmArch
sourcefn clone(&self) -> InlineAsmArch
fn clone(&self) -> InlineAsmArch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InlineAsmArch
impl Debug for InlineAsmArch
sourceimpl<__D: Decoder> Decodable<__D> for InlineAsmArch
impl<__D: Decoder> Decodable<__D> for InlineAsmArch
sourceimpl<__E: Encoder> Encodable<__E> for InlineAsmArch
impl<__E: Encoder> Encodable<__E> for InlineAsmArch
sourceimpl FromStr for InlineAsmArch
impl FromStr for InlineAsmArch
sourceimpl Hash for InlineAsmArch
impl Hash for InlineAsmArch
sourceimpl PartialEq<InlineAsmArch> for InlineAsmArch
impl PartialEq<InlineAsmArch> for InlineAsmArch
sourcefn eq(&self, other: &InlineAsmArch) -> bool
fn eq(&self, other: &InlineAsmArch) -> bool
impl Copy for InlineAsmArch
impl Eq for InlineAsmArch
impl StructuralEq for InlineAsmArch
impl StructuralPartialEq for InlineAsmArch
Auto Trait Implementations
impl RefUnwindSafe for InlineAsmArch
impl Send for InlineAsmArch
impl Sync for InlineAsmArch
impl Unpin for InlineAsmArch
impl UnwindSafe for InlineAsmArch
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
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:
X86
: 0 bytesX86_64
: 0 bytesArm
: 0 bytesAArch64
: 0 bytesRiscV32
: 0 bytesRiscV64
: 0 bytesNvptx64
: 0 bytesHexagon
: 0 bytesMips
: 0 bytesMips64
: 0 bytesPowerPC
: 0 bytesPowerPC64
: 0 bytesS390x
: 0 bytesSpirV
: 0 bytesWasm32
: 0 bytesWasm64
: 0 bytesBpf
: 0 bytesAvr
: 0 bytesMsp430
: 0 bytes