Struct nuklear_sys::nk_style_item_data
[−]
[src]
pub struct nk_style_item_data {
pub _bindgen_data_: [u64; 3],
}Fields
_bindgen_data_: [u64; 3]
Methods
impl nk_style_item_data[src]
Trait Implementations
impl Debug for nk_style_item_data[src]
impl Copy for nk_style_item_data[src]
impl Clone for nk_style_item_data[src]
fn clone(&self) -> nk_style_item_data
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