Trait IQuickActivate_Impl
pub trait IQuickActivate_Impl: IUnknownImpl {
// Required methods
fn QuickActivate(
&self,
pqacontainer: *const QACONTAINER,
pqacontrol: *mut QACONTROL,
) -> Result<()>;
fn SetContentExtent(&self, psizel: *const SIZE) -> Result<()>;
fn GetContentExtent(&self) -> Result<SIZE>;
}
Required Methods§
fn QuickActivate( &self, pqacontainer: *const QACONTAINER, pqacontrol: *mut QACONTROL, ) -> Result<()>
fn SetContentExtent(&self, psizel: *const SIZE) -> Result<()>
fn GetContentExtent(&self) -> Result<SIZE>
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.