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