Trait ICommDlgBrowser_Impl
pub trait ICommDlgBrowser_Impl: IUnknownImpl {
// Required methods
fn OnDefaultCommand(&self, ppshv: Ref<'_, IShellView>) -> Result<()>;
fn OnStateChange(
&self,
ppshv: Ref<'_, IShellView>,
uchange: u32,
) -> Result<()>;
fn IncludeObject(
&self,
ppshv: Ref<'_, IShellView>,
pidl: *const ITEMIDLIST,
) -> Result<()>;
}
Required Methods§
fn OnDefaultCommand(&self, ppshv: Ref<'_, IShellView>) -> Result<()>
fn OnStateChange(&self, ppshv: Ref<'_, IShellView>, uchange: u32) -> Result<()>
fn IncludeObject( &self, ppshv: Ref<'_, IShellView>, pidl: *const ITEMIDLIST, ) -> 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.