Enum rustc_target::asm::InlineAsmType [−][src]
pub enum InlineAsmType {
}Expand description
Set of types which can be used with a particular register class.
Variants
VecI8(u64)Tuple Fields of VecI8
0: u64VecI16(u64)Tuple Fields of VecI16
0: u64VecI32(u64)Tuple Fields of VecI32
0: u64VecI64(u64)Tuple Fields of VecI64
0: u64VecI128(u64)Tuple Fields of VecI128
0: u64VecF32(u64)Tuple Fields of VecF32
0: u64VecF64(u64)Tuple Fields of VecF64
0: u64Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InlineAsmType
impl Send for InlineAsmType
impl Sync for InlineAsmType
impl Unpin for InlineAsmType
impl UnwindSafe for InlineAsmType
Blanket Implementations
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: 16 bytes
Size for each variant:
I8: 0 bytesI16: 0 bytesI32: 0 bytesI64: 0 bytesI128: 0 bytesF32: 0 bytesF64: 0 bytesVecI8: 8 bytesVecI16: 8 bytesVecI32: 8 bytesVecI64: 8 bytesVecI128: 8 bytesVecF32: 8 bytesVecF64: 8 bytes