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

Trait IMSVidFilePlayback_Impl

pub trait IMSVidFilePlayback_Impl: IMSVidPlayback_Impl {
    // Required methods
    fn FileName(&self) -> Result<BSTR>;
    fn SetFileName(&self, filename: &BSTR) -> Result<()>;
}

Required Methods§

fn FileName(&self) -> Result<BSTR>

fn SetFileName(&self, filename: &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§