LLVMIsLiteralStruct

Function LLVMIsLiteralStruct 

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

Determine whether a structure is literal.

@see llvm::StructType::isLiteral()