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