pub trait IPlugInterfaceSupportTrait {
    // Required method
    unsafe fn isPlugInterfaceSupported(&self, _iid: *const TUID) -> tresult;
}

Required Methods§

Implementors§