Trait ID2D1GdiMetafile1_Impl
pub trait ID2D1GdiMetafile1_Impl: ID2D1GdiMetafile_Impl {
// Required methods
fn GetDpi(&self, dpix: *mut f32, dpiy: *mut f32) -> Result<()>;
fn GetSourceBounds(&self) -> Result<D2D_RECT_F>;
}
Required Methods§
fn GetDpi(&self, dpix: *mut f32, dpiy: *mut f32) -> Result<()>
fn GetSourceBounds(&self) -> Result<D2D_RECT_F>
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.