Struct imgui_sys::ImFontGlyph[][src]

#[repr(C)]
pub struct ImFontGlyph { /* fields omitted */ }

Trait Implementations

impl Copy for ImFontGlyph
[src]

impl Clone for ImFontGlyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImFontGlyph
[src]

Formats the value using the given formatter. Read more

impl Default for ImFontGlyph
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for ImFontGlyph

impl Sync for ImFontGlyph