Struct nuklear_sys::nk_memory [] [src]

pub struct nk_memory {
    pub ptr: *mut c_void,
    pub size: nk_size,
}

Fields

Trait Implementations

impl Debug for nk_memory
[src]

Formats the value using the given formatter.

impl Copy for nk_memory
[src]

impl Clone for nk_memory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_memory
[src]

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