LLVMCountStructElementTypes

Function LLVMCountStructElementTypes 

Source
pub unsafe extern "C" fn LLVMCountStructElementTypes(
    StructTy: LLVMTypeRef,
) -> c_uint
Expand description

Get the number of elements defined inside the structure.

@see llvm::StructType::getNumElements()