Struct nuklear::FontAtlas[][src]

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

Methods

impl FontAtlas
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

Important traits for &'a [u8]

Trait Implementations

impl Clone for FontAtlas
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FontAtlas
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_font_atlas> for FontAtlas
[src]

Performs the conversion.

impl AsMut<nk_font_atlas> for FontAtlas
[src]

Performs the conversion.

impl AsRef<FontAtlas> for nk_font_atlas
[src]

Performs the conversion.

impl AsMut<FontAtlas> for nk_font_atlas
[src]

Performs the conversion.

impl Default for FontAtlas
[src]

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

impl Drop for FontAtlas
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for FontAtlas

impl !Sync for FontAtlas