windows::Win32::Media::DirectShow

Trait IDShowPlugin_Impl

pub trait IDShowPlugin_Impl: IUnknownImpl {
    // Required methods
    fn URL(&self, purl: *mut BSTR) -> Result<()>;
    fn UserAgent(&self, puseragent: *mut BSTR) -> Result<()>;
}

Required Methods§

fn URL(&self, purl: *mut BSTR) -> Result<()>

fn UserAgent(&self, puseragent: *mut BSTR) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§