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

Trait Implementations

impl Debug for nk_memory_status
[src]

Formats the value using the given formatter.

impl Copy for nk_memory_status
[src]

impl Clone for nk_memory_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_memory_status
[src]

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