pub trait IWMIndexer2_Impl: Sized + IWMIndexer_Impl {
    // Required method
    fn Configure(
        &self,
        wstreamnum: u16,
        nindexertype: WMT_INDEXER_TYPE,
        pvinterval: *const c_void,
        pvindextype: *const c_void
    ) -> Result<()>;
}

Required Methods§

fn Configure( &self, wstreamnum: u16, nindexertype: WMT_INDEXER_TYPE, pvinterval: *const c_void, pvindextype: *const c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§