Trait IViewObject2_Impl
pub trait IViewObject2_Impl: IViewObject_Impl {
// Required method
fn GetExtent(
&self,
dwdrawaspect: DVASPECT,
lindex: i32,
ptd: *const DVTARGETDEVICE,
) -> Result<SIZE>;
}
Required Methods§
fn GetExtent( &self, dwdrawaspect: DVASPECT, lindex: i32, ptd: *const DVTARGETDEVICE, ) -> 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.