Trait IShellFolderBand_Impl
pub trait IShellFolderBand_Impl: IUnknownImpl {
// Required methods
fn InitializeSFB(
&self,
psf: Ref<'_, IShellFolder>,
pidl: *const ITEMIDLIST,
) -> Result<()>;
fn SetBandInfoSFB(&self, pbi: *const BANDINFOSFB) -> Result<()>;
fn GetBandInfoSFB(&self, pbi: *mut BANDINFOSFB) -> Result<()>;
}
Required Methods§
fn InitializeSFB( &self, psf: Ref<'_, IShellFolder>, pidl: *const ITEMIDLIST, ) -> Result<()>
fn SetBandInfoSFB(&self, pbi: *const BANDINFOSFB) -> Result<()>
fn GetBandInfoSFB(&self, pbi: *mut BANDINFOSFB) -> 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.