Struct owned_ttf_parser::svg::SvgDocumentsList [−][src]
pub struct SvgDocumentsList<'a> { /* fields omitted */ }
Expand description
A list of SVG documents.
Implementations
Returns SVG document data at index.
index
is not a GlyphId. You should use find()
instead.
Returns a SVG document data by glyph ID.
Trait Implementations
type IntoIter = SvgDocumentsListIter<'a>
type IntoIter = SvgDocumentsListIter<'a>
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for SvgDocumentsList<'a>
impl<'a> Send for SvgDocumentsList<'a>
impl<'a> Sync for SvgDocumentsList<'a>
impl<'a> Unpin for SvgDocumentsList<'a>
impl<'a> UnwindSafe for SvgDocumentsList<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more