skia_
safe
0.84.0
Container
Aliased type
Methods
append_child
children
children_typed
Trait Implementations
DebugAttributes
In skia_
safe::
svg
skia_safe
::
svg
Type Alias
Container
Copy item path
Source
pub type Container =
RCHandle
<SkSVGContainer>;
Aliased Type
§
struct Container(
/* private fields */
);
Implementations
§
Source
§
impl
Container
Source
pub fn
append_child
(&mut self, node: impl
Into
<
Node
>)
Source
pub fn
children
(&self) -> &[
Node
]
Source
pub fn
children_typed
(&self) ->
Vec
<
TypedNode
>
Trait Implementations
§
Source
§
impl
DebugAttributes
for
Container
Source
§
const
NAME
: &'static
str
= "Container"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)