Struct nuklear_rust::NkFontGlyph [] [src]

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

Methods

impl NkFontGlyph
[src]

Trait Implementations

impl Clone for NkFontGlyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_font_glyph> for NkFontGlyph
[src]

Performs the conversion.

impl AsMut<nk_font_glyph> for NkFontGlyph
[src]

Performs the conversion.

impl Default for NkFontGlyph
[src]

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