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

Trait IMSVidClosedCaptioning2_Impl

pub trait IMSVidClosedCaptioning2_Impl: IMSVidClosedCaptioning_Impl {
    // Required methods
    fn Service(&self) -> Result<MSVidCCService>;
    fn SetService(&self, on: MSVidCCService) -> Result<()>;
}

Required Methods§

fn Service(&self) -> Result<MSVidCCService>

fn SetService(&self, on: MSVidCCService) -> 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§