Function llhd::ty::struct_ty[][src]

pub fn struct_ty(fields: Vec<Type>) -> Type
Expand description

Create a struct type. fields is an list of types, one for each field.