pub trait ICameraUIControlEventCallback_Impl: Sized {
// 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)
Object Safety§
This trait is not object safe.