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