Struct nuklear_sys::nk_popup_buffer
[−]
[src]
pub struct nk_popup_buffer {
pub begin: nk_size,
pub parent: nk_size,
pub last: nk_size,
pub end: nk_size,
pub active: c_int,
}Fields
begin: nk_size
parent: nk_size
last: nk_size
end: nk_size
active: c_int
Trait Implementations
impl Debug for nk_popup_buffer[src]
impl Copy for nk_popup_buffer[src]
impl Clone for nk_popup_buffer[src]
fn clone(&self) -> nk_popup_buffer
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