windows::Win32::System::WindowsProgramming

Trait ICameraUIControlEventCallback_Impl

pub trait ICameraUIControlEventCallback_Impl: IUnknownImpl {
    // Required methods
    fn OnStartupComplete(&self);
    fn OnSuspendComplete(&self);
    fn OnItemCaptured(&self, pszpath: &PCWSTR);
    fn OnItemDeleted(&self, pszpath: &PCWSTR);
    fn OnClosed(&self);
}

Required Methods§

fn OnStartupComplete(&self)

fn OnSuspendComplete(&self)

fn OnItemCaptured(&self, pszpath: &PCWSTR)

fn OnItemDeleted(&self, pszpath: &PCWSTR)

fn OnClosed(&self)

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§