Struct llvm_ir::constant::InsertElement [−][src]
pub struct InsertElement {
pub vector: ConstantRef,
pub element: ConstantRef,
pub index: ConstantRef,
}Fields
vector: ConstantRefelement: ConstantRefindex: ConstantRefTrait Implementations
Performs the conversion.
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 InsertElementimpl Send for InsertElementimpl Sync for InsertElementimpl Unpin for InsertElementimpl UnwindSafe for InsertElementBlanket Implementations
Mutably borrows from an owned value. Read more