pub unsafe extern "C" fn LLVMIsLiteralStruct(
StructTy: LLVMTypeRef,
) -> LLVMBoolExpand description
Determine whether a structure is literal.
@see llvm::StructType::isLiteral()
pub unsafe extern "C" fn LLVMIsLiteralStruct(
StructTy: LLVMTypeRef,
) -> LLVMBoolDetermine whether a structure is literal.
@see llvm::StructType::isLiteral()