Struct nuklear_sys::nk_page_element
[−]
[src]
pub struct nk_page_element {
pub data: nk_page_data,
pub next: *mut nk_page_element,
pub prev: *mut nk_page_element,
}Fields
data: nk_page_data
next: *mut nk_page_element
prev: *mut nk_page_element
Trait Implementations
impl Copy for nk_page_element[src]
impl Clone for nk_page_element[src]
fn clone(&self) -> Self
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