Trait IADesktopP2_Impl
pub trait IADesktopP2_Impl: IUnknownImpl {
// Required methods
fn ReReadWallpaper(&self) -> Result<()>;
fn GetADObjectFlags(&self, pdwflags: *mut u32, dwmask: u32) -> Result<()>;
fn UpdateAllDesktopSubscriptions(&self) -> Result<()>;
fn MakeDynamicChanges(&self, poleobj: Ref<'_, IOleObject>) -> Result<()>;
}
Required Methods§
fn ReReadWallpaper(&self) -> Result<()>
fn GetADObjectFlags(&self, pdwflags: *mut u32, dwmask: u32) -> Result<()>
fn UpdateAllDesktopSubscriptions(&self) -> Result<()>
fn MakeDynamicChanges(&self, poleobj: Ref<'_, IOleObject>) -> 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.