Struct llvm_ir::constant::ExtractElement [−][src]
pub struct ExtractElement {
pub vector: ConstantRef,
pub index: ConstantRef,
}Fields
vector: 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 ExtractElementimpl Send for ExtractElementimpl Sync for ExtractElementimpl Unpin for ExtractElementimpl UnwindSafe for ExtractElementBlanket Implementations
Mutably borrows from an owned value. Read more