windows::Win32::Media::DirectShow

Trait IAMTimecodeDisplay_Impl

pub trait IAMTimecodeDisplay_Impl: IUnknownImpl {
    // Required methods
    fn GetTCDisplayEnable(&self) -> Result<i32>;
    fn SetTCDisplayEnable(&self, state: i32) -> Result<()>;
    fn GetTCDisplay(&self, param: i32) -> Result<i32>;
    fn SetTCDisplay(&self, param: i32, value: i32) -> Result<()>;
}

Required Methods§

fn GetTCDisplayEnable(&self) -> Result<i32>

fn SetTCDisplayEnable(&self, state: i32) -> Result<()>

fn GetTCDisplay(&self, param: i32) -> Result<i32>

fn SetTCDisplay(&self, param: i32, value: i32) -> 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§