Struct nuklear_rust::NkAllocator [] [src]

#[repr(C)]
pub struct NkAllocator { /* fields omitted */ }

Methods

impl NkAllocator
[src]

Trait Implementations

impl Clone for NkAllocator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_allocator> for NkAllocator
[src]

Performs the conversion.

impl AsMut<nk_allocator> for NkAllocator
[src]

Performs the conversion.

impl Default for NkAllocator
[src]

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