Struct nuklear_sys::nk_style_text
[−]
[src]
pub struct nk_style_text {
pub color: nk_color,
pub padding: nk_vec2,
}Fields
color: nk_color
padding: nk_vec2
Trait Implementations
impl Debug for nk_style_text[src]
impl Copy for nk_style_text[src]
impl Clone for nk_style_text[src]
fn clone(&self) -> nk_style_text
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more