Struct ttf_parser::svg::SvgDocumentsList
source · pub struct SvgDocumentsList<'a> { /* private fields */ }Expand description
A list of SVG documents.
Implementations§
Trait Implementations§
source§impl<'a> Clone for SvgDocumentsList<'a>
impl<'a> Clone for SvgDocumentsList<'a>
source§fn clone(&self) -> SvgDocumentsList<'a>
fn clone(&self) -> SvgDocumentsList<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more