[][src]Function com_macros_support::co_class::com_struct::generate

pub fn generate(
    aggr_map: &HashMap<Ident, Vec<Ident>>,
    base_interface_idents: &[Ident],
    struct_item: &ItemStruct
) -> HelperTokenStream

The actual COM object that wraps around the Init struct. Structure of the object: pub struct _ { ..base interface vpointers.. ..ref count.. ..init struct.. }