[][src]Trait com::ProductionComInterface

pub trait ProductionComInterface<T: IUnknown>: ComInterface {
    fn vtable<O: Offset>() -> Self::VTable;
}

A COM interface that will be exposed in a COM server

Required methods

fn vtable<O: Offset>() -> Self::VTable

Get the vtable for a particular COM interface

Loading content...

Implementors

impl<C: IClassFactory> ProductionComInterface<C> for dyn IClassFactory[src]

impl<C: IUnknown> ProductionComInterface<C> for dyn IUnknown[src]

Loading content...