Struct csfml_graphics_sys::sfGlyph [] [src]

#[repr(C)]
pub struct sfGlyph { pub advance: f32, pub bounds: sfFloatRect, pub textureRect: sfIntRect, }

Fields

Trait Implementations

impl Debug for sfGlyph
[src]

Formats the value using the given formatter.

impl Copy for sfGlyph
[src]

impl Clone for sfGlyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more