Struct nuklear_sys::nk_page
[−]
[src]
pub struct nk_page {
pub size: c_uint,
pub next: *mut nk_page,
pub win: [nk_page_element; 1],
}Fields
size: c_uint
next: *mut nk_page
win: [nk_page_element; 1]
Trait Implementations
impl Copy for nk_page[src]
impl Clone for nk_page[src]
fn clone(&self) -> nk_page
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