mlir_sys

Function mlirLLVMStructTypeGetNumElementTypes

Source
pub unsafe extern "C" fn mlirLLVMStructTypeGetNumElementTypes(
    type_: MlirType,
) -> isize
Expand description

Returns the number of fields in the struct. Asserts if the struct is opaque or not yet initialized.