skia_
safe
0.81.0
Path
Aliased type
Methods
path
set_path
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg
skia_safe
::
svg
Type Alias
Path
Copy item path
Source
pub type Path =
RCHandle
<SkSVGPath>;
Aliased Type
§
struct Path(
/* private fields */
);
Implementations
§
Source
§
impl
Path
Source
pub fn
path
(&self) -> &
Path
Source
pub fn
set_path
(&mut self, value:
Path
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
Path
Source
§
const
NAME
: &'static
str
= "Path"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)
Source
§
impl
Default
for
Path
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more