Trait ID2D1Layer_Impl
pub trait ID2D1Layer_Impl: ID2D1Resource_Impl {
// Required method
fn GetSize(&self) -> D2D_SIZE_F;
}
Required Methods§
fn GetSize(&self) -> D2D_SIZE_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.