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