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

Trait IMSVidInputDevice_Impl

pub trait IMSVidInputDevice_Impl: IMSVidDevice_Impl {
    // Required methods
    fn IsViewable(&self, v: *const VARIANT) -> Result<VARIANT_BOOL>;
    fn View(&self, v: *const VARIANT) -> Result<()>;
}

Required Methods§

fn IsViewable(&self, v: *const VARIANT) -> Result<VARIANT_BOOL>

fn View(&self, v: *const VARIANT) -> 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§