Struct nuklear::StyleText [−][src]
Fields
color: nk_color
padding: nk_vec2
Trait Implementations
impl Clone for nk_style_text[src]
impl Clone for nk_style_textfn clone(&self) -> nk_style_text[src]
fn clone(&self) -> nk_style_textReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for nk_style_text[src]
impl Default for nk_style_textfn default() -> nk_style_text[src]
fn default() -> nk_style_textReturns the "default value" for a type. Read more
impl Debug for nk_style_text[src]
impl Debug for nk_style_textfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_style_text[src]
impl Copy for nk_style_textAuto Trait Implementations
impl Send for nk_style_text
impl Send for nk_style_textimpl Sync for nk_style_text
impl Sync for nk_style_text