skia_safe::canvas

Trait SetMatrix

Source
pub trait SetMatrix {
    // Required method
    fn set_matrix(&self, matrix: &Matrix) -> &Self;
}

Required Methods§

Source

fn set_matrix(&self, matrix: &Matrix) -> &Self

👎Deprecated since 0.38.0: Use M44 version

DEPRECATED – use M44 version

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.

Implementors§