Skip to main content

build_complete_struct

Function build_complete_struct 

Source
pub fn build_complete_struct(
    type_name: &str,
    type_flags: u32,
    base_type: TypeIdentifier,
    members: Vec<StructMemberDesc<'_>>,
) -> TypeObject