Struct nuklear::UserFont[][src]

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

Methods

impl UserFont
[src]

Trait Implementations

impl Clone for UserFont
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserFont
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_user_font> for UserFont
[src]

Performs the conversion.

impl AsMut<nk_user_font> for UserFont
[src]

Performs the conversion.

impl AsRef<UserFont> for nk_user_font
[src]

Performs the conversion.

impl AsMut<UserFont> for nk_user_font
[src]

Performs the conversion.

impl Default for UserFont
[src]

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

Auto Trait Implementations

impl !Send for UserFont

impl !Sync for UserFont