Struct ttf_parser::svg::Table [−][src]
pub struct Table<'a> {
pub documents: SvgDocumentsList<'a>,
}
Expand description
An SVG Table.
Fields
documents: SvgDocumentsList<'a>
A list of SVG documents.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more