skia_
safe
0.81.0
Fe
Aliased type
Methods
height
input
result
set_height
set_input
set_result
set_width
set_x
set_y
width
x
y
Trait Implementations
DebugAttributes
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
Fe
Copy item path
Source
pub type Fe =
RCHandle
<SkSVGFe>;
Aliased Type
§
struct Fe(
/* private fields */
);
Implementations
§
Source
§
impl
Fe
Source
pub fn
input
(&self) -> &
Input
Source
pub fn
set_input
(&mut self, value:
Input
)
Source
pub fn
result
(&self) -> &
Handle
<SkString>
Source
pub fn
set_result
(&mut self, value:
Handle
<SkString>)
Source
pub fn
x
(&self) ->
Option
<&
Length
>
Source
pub fn
set_x
(&mut self, value:
Length
)
Source
pub fn
y
(&self) ->
Option
<&
Length
>
Source
pub fn
set_y
(&mut self, value:
Length
)
Source
pub fn
width
(&self) ->
Option
<&
Length
>
Source
pub fn
set_width
(&mut self, value:
Length
)
Source
pub fn
height
(&self) ->
Option
<&
Length
>
Source
pub fn
set_height
(&mut self, value:
Length
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
Fe
Source
§
const
NAME
: &'static
str
= "Fe"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)