Expand description
COM library parse model.
Defines the items constructed from the various COM attributes.
Should unify COM attribute expansion and crate parsing for IDL/Manifest/etc. purposes in the future.
Structs§
- ComClass
- Details of a struct marked with
#[com_class]
attribute. - ComInterface
- ComInterface
Variant - ComLibrary
- COM library details derived from the
com_library
attribute.