skia_safe::utils

Type Alias 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.

Aliased Type§

struct View3D(/* private fields */);

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