mlir_sys

Function mlirLLVMStructTypeIsOpaque

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

Returns true is the struct is explicitly opaque (will not have a body) or uninitialized (will eventually have a body).