pub trait IRDPSRAPIApplicationList_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn get_Item(&self, item: i32) -> Result<IRDPSRAPIApplication>;
}

Required Methods§

fn _NewEnum(&self) -> Result<IUnknown>

fn get_Item(&self, item: i32) -> Result<IRDPSRAPIApplication>

Object Safety§

This trait is not object safe.

Implementors§