[][src]Trait blend2d::DeepClone

pub trait DeepClone where
    Self: WrappedBlCore,
    Self::Core: Copy + 'static, 
{ fn clone_deep(&self) -> Self { ... } }

A trait for deep cloning the object. This is different from Clone for blObjects in the regard that normal cloning only creates a weak reference-counted clone.

Provided methods

fn clone_deep(&self) -> Self

Returns a deeply cloned copy of the value.

Loading content...

Implementors

impl DeepClone for Image[src]

fn clone_deep(&self) -> Self[src]

impl DeepClone for Path[src]

fn clone_deep(&self) -> Self[src]

impl DeepClone for Pattern[src]

fn clone_deep(&self) -> Self[src]

impl DeepClone for Region[src]

fn clone_deep(&self) -> Self[src]

Loading content...