Struct nuklear_rust::NkFontConfig [] [src]

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

Methods

impl NkFontConfig
[src]

Trait Implementations

impl Clone for NkFontConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_font_config> for NkFontConfig
[src]

Performs the conversion.

impl AsMut<nk_font_config> for NkFontConfig
[src]

Performs the conversion.

impl Default for NkFontConfig
[src]

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