pub trait ISeekingPassThru_Impl: Sized {
    // Required method
    fn Init(&self, bsupportrendering: BOOL, ppin: Option<&IPin>) -> Result<()>;
}

Required Methods§

fn Init(&self, bsupportrendering: BOOL, ppin: Option<&IPin>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§