Struct ttf_parser::tables::svg::SvgDocumentRecord
source · struct SvgDocumentRecord {
start_glyph_id: GlyphId,
end_glyph_id: GlyphId,
svg_doc_offset: Option<Offset32>,
svg_doc_length: u32,
}
Fields§
§start_glyph_id: GlyphId
§end_glyph_id: GlyphId
§svg_doc_offset: Option<Offset32>
§svg_doc_length: u32
Implementations§
source§impl SvgDocumentRecord
impl SvgDocumentRecord
fn glyphs_range(&self) -> RangeInclusive<GlyphId>
Trait Implementations§
source§impl Clone for SvgDocumentRecord
impl Clone for SvgDocumentRecord
source§fn clone(&self) -> SvgDocumentRecord
fn clone(&self) -> SvgDocumentRecord
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 moresource§impl FromData for SvgDocumentRecord
impl FromData for SvgDocumentRecord
impl Copy for SvgDocumentRecord
Auto Trait Implementations§
impl Freeze for SvgDocumentRecord
impl RefUnwindSafe for SvgDocumentRecord
impl Send for SvgDocumentRecord
impl Sync for SvgDocumentRecord
impl Unpin for SvgDocumentRecord
impl UnwindSafe for SvgDocumentRecord
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more