Type Definition skia_safe::utils::View3D

source ·
pub type View3D = RefHandle<Sk3DView>;
👎Deprecated since 0.30.0: Skia now has support for a 4x matrix (core::M44) in core::Canvas.

Trait Implementations§

source§

impl Debug for View3D

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for View3D

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Send for View3D

source§

impl Sync for View3D