Struct ringl::ttf::Shape[][src]

pub struct Shape {
    pub rect: Rect<f32>,
    pub glyph: TextureGlyph,
    pub character: char,
}

Fields

Auto Trait Implementations

impl !Send for Shape

impl !Sync for Shape