Struct nuklear_sys::nk_memory_status
[−]
[src]
pub struct nk_memory_status {
pub memory: *mut c_void,
pub type_: c_uint,
pub size: nk_size,
pub allocated: nk_size,
pub needed: nk_size,
pub calls: nk_size,
}Fields
memory: *mut c_void
type_: c_uint
size: nk_size
allocated: nk_size
needed: nk_size
calls: nk_size
Trait Implementations
impl Debug for nk_memory_status[src]
impl Copy for nk_memory_status[src]
impl Clone for nk_memory_status[src]
fn clone(&self) -> nk_memory_status
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