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