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 ExtractElement
impl Send for ExtractElement
impl Sync for ExtractElement
impl Unpin for ExtractElement
impl UnwindSafe for ExtractElement
Blanket Implementations
Mutably borrows from an owned value. Read more