Struct llvm_ir::instruction::InlineAssembly [−][src]
pub struct InlineAssembly {
pub ty: TypeRef,
}Expand description
See LLVM 12 docs on Inline Assembler Expressions
InlineAssembly needs more fields, but the necessary getter functions are
apparently not exposed in the LLVM C API (only the C++ API)
Fields
ty: TypeRefTrait 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 InlineAssemblyimpl Send for InlineAssemblyimpl Sync for InlineAssemblyimpl Unpin for InlineAssemblyimpl UnwindSafe for InlineAssemblyBlanket Implementations
Mutably borrows from an owned value. Read more