Trait IWMPNodeRealEstateHost_Impl
pub trait IWMPNodeRealEstateHost_Impl: IUnknownImpl {
// Required methods
fn OnDesiredSizeChange(&self, psize: *mut SIZE) -> Result<()>;
fn OnFullScreenTransition(&self, ffullscreen: BOOL) -> Result<()>;
}
Required Methods§
fn OnDesiredSizeChange(&self, psize: *mut SIZE) -> Result<()>
fn OnFullScreenTransition(&self, ffullscreen: BOOL) -> 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.