Struct nuklear_sys::nk_page_data [] [src]

#[repr(C)]
pub struct nk_page_data { pub tbl: __BindgenUnionField<nk_table>, pub pan: __BindgenUnionField<nk_panel>, pub win: __BindgenUnionField<nk_window>, pub bindgen_union_field: [u64; 63], }

Fields

Trait Implementations

impl Copy for nk_page_data
[src]

impl Clone for nk_page_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_page_data
[src]

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