Struct nuklear_sys::nk_style_item
[−]
[src]
pub struct nk_style_item {
pub type_: nk_style_item_type,
pub data: nk_style_item_data,
}Fields
type_: nk_style_item_type
data: nk_style_item_data
Trait Implementations
impl Debug for nk_style_item[src]
impl Copy for nk_style_item[src]
impl Clone for nk_style_item[src]
fn clone(&self) -> nk_style_item
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