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

Trait ISBE2StreamMap_Impl

pub trait ISBE2StreamMap_Impl: IUnknownImpl {
    // Required methods
    fn MapStream(&self, stream: u32) -> Result<()>;
    fn UnmapStream(&self, stream: u32) -> Result<()>;
    fn EnumMappedStreams(&self) -> Result<ISBE2EnumStream>;
}

Required Methods§

fn MapStream(&self, stream: u32) -> Result<()>

fn UnmapStream(&self, stream: u32) -> Result<()>

fn EnumMappedStreams(&self) -> Result<ISBE2EnumStream>

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§