Trait IPropertyPageSite_Impl
pub trait IPropertyPageSite_Impl: IUnknownImpl {
// Required methods
fn OnStatusChange(&self, dwflags: &PROPPAGESTATUS) -> Result<()>;
fn GetLocaleID(&self) -> Result<u32>;
fn GetPageContainer(&self) -> Result<IUnknown>;
fn TranslateAccelerator(&self, pmsg: *const MSG) -> Result<()>;
}
Required Methods§
fn OnStatusChange(&self, dwflags: &PROPPAGESTATUS) -> Result<()>
fn GetLocaleID(&self) -> Result<u32>
fn GetPageContainer(&self) -> Result<IUnknown>
fn TranslateAccelerator(&self, pmsg: *const MSG) -> 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.