Trait com_rs::ComInterface [] [src]

pub unsafe trait ComInterface: AsComPtr<IUnknown> {
    fn iid() -> IID;
}

Helper trait for ComPtr. Implemented automatically by the com_interface! macro.

Required Methods

Get the IID associated with a COM interface struct.

Implementors