Trait IImageList_Impl
pub trait IImageList_Impl: IUnknownImpl {
// Required methods
fn ImageListSetIcon(&self, picon: *const isize, nloc: i32) -> Result<()>;
fn ImageListSetStrip(
&self,
pbmapsm: *const isize,
pbmaplg: *const isize,
nstartloc: i32,
cmask: COLORREF,
) -> Result<()>;
}
Required Methods§
fn ImageListSetIcon(&self, picon: *const isize, nloc: i32) -> Result<()>
fn ImageListSetStrip( &self, pbmapsm: *const isize, pbmaplg: *const isize, nstartloc: i32, cmask: COLORREF, ) -> 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.