Struct nuklear::Font[][src]

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

Methods

impl Font
[src]

Trait Implementations

impl Clone for Font
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Font
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_font> for Font
[src]

Performs the conversion.

impl AsMut<nk_font> for Font
[src]

Performs the conversion.

impl AsRef<Font> for nk_font
[src]

Performs the conversion.

impl AsMut<Font> for nk_font
[src]

Performs the conversion.

impl Default for Font
[src]

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

Auto Trait Implementations

impl !Send for Font

impl !Sync for Font