Trait ID2D1SvgAttribute_Impl
pub trait ID2D1SvgAttribute_Impl: ID2D1Resource_Impl {
// Required methods
fn GetElement(&self, element: OutRef<'_, ID2D1SvgElement>);
fn Clone(&self) -> Result<ID2D1SvgAttribute>;
}
Required Methods§
fn GetElement(&self, element: OutRef<'_, ID2D1SvgElement>)
fn Clone(&self) -> Result<ID2D1SvgAttribute>
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.