[][src]Trait com_rs::ComInterface

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

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

Required methods

fn iid() -> IID

Get the IID associated with a COM interface struct.

Loading content...

Implementors

impl ComInterface for IUnknown[src]

Loading content...