skia_
safe
0.81.0
View3D
Aliased type
Trait Implementations
Debug
Default
Send
Sync
In skia_
safe::
utils
skia_safe
::
utils
Type Alias
View3D
Copy item path
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