windows::Win32::Media::MediaFoundation

Trait IMFNetResourceFilter_Impl

pub trait IMFNetResourceFilter_Impl: IUnknownImpl {
    // Required methods
    fn OnRedirect(&self, pszurl: &PCWSTR) -> Result<VARIANT_BOOL>;
    fn OnSendingRequest(&self, pszurl: &PCWSTR) -> Result<()>;
}

Required Methods§

fn OnRedirect(&self, pszurl: &PCWSTR) -> Result<VARIANT_BOOL>

fn OnSendingRequest(&self, pszurl: &PCWSTR) -> 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§