windows::Win32::Media::DirectShow::Tv

Trait IMSVidXDSEvent_Impl

pub trait IMSVidXDSEvent_Impl: IMSVidFeatureEvent_Impl {
    // Required method
    fn RatingChange(
        &self,
        prevratingsystem: EnTvRat_System,
        prevlevel: EnTvRat_GenericLevel,
        prevattributes: BfEnTvRat_GenericAttributes,
        newratingsystem: EnTvRat_System,
        newlevel: EnTvRat_GenericLevel,
        newattributes: BfEnTvRat_GenericAttributes,
    ) -> Result<()>;
}

Required Methods§

fn RatingChange( &self, prevratingsystem: EnTvRat_System, prevlevel: EnTvRat_GenericLevel, prevattributes: BfEnTvRat_GenericAttributes, newratingsystem: EnTvRat_System, newlevel: EnTvRat_GenericLevel, newattributes: BfEnTvRat_GenericAttributes, ) -> 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§