Struct nuklear::FontGlyph[][src]

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

Methods

impl FontGlyph
[src]

Trait Implementations

impl Clone for FontGlyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FontGlyph
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_font_glyph> for FontGlyph
[src]

Performs the conversion.

impl AsMut<nk_font_glyph> for FontGlyph
[src]

Performs the conversion.

impl AsRef<FontGlyph> for nk_font_glyph
[src]

Performs the conversion.

impl AsMut<FontGlyph> for nk_font_glyph
[src]

Performs the conversion.

impl Default for FontGlyph
[src]

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

Auto Trait Implementations

impl Send for FontGlyph

impl Sync for FontGlyph