windows::Win32::Media::DirectShow

Trait IBDA_UserActivityService_Impl

pub trait IBDA_UserActivityService_Impl: IUnknownImpl {
    // Required methods
    fn SetCurrentTunerUseReason(&self, dwusereason: u32) -> Result<()>;
    fn GetUserActivityInterval(&self) -> Result<u32>;
    fn UserActivityDetected(&self) -> Result<()>;
}

Required Methods§

fn SetCurrentTunerUseReason(&self, dwusereason: u32) -> Result<()>

fn GetUserActivityInterval(&self) -> Result<u32>

fn UserActivityDetected(&self) -> 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§