Struct gfx_glyph::GlyphedSectionText [] [src]

pub struct GlyphedSectionText<'font>(pub Vec<PositionedGlyph<'font>>, pub [f32; 4], pub FontId);

Trait Implementations

impl<'font> Clone for GlyphedSectionText<'font>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'font> Send for GlyphedSectionText<'font>

impl<'font> Sync for GlyphedSectionText<'font>