Struct nuklear_rust::NkStyleText []

#[repr(C)]
pub struct NkStyleText { pub color: nk_color, pub padding: nk_vec2, }

Fields

Trait Implementations

impl Default for nk_style_text

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

impl Copy for nk_style_text

impl Debug for nk_style_text

Formats the value using the given formatter.

impl Clone for nk_style_text

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more