Struct nuklear_rust::NkAllocator
[−]
[src]
#[repr(C)]pub struct NkAllocator { /* fields omitted */ }
Methods
impl NkAllocator[src]
fn new_vec() -> NkAllocator
Trait Implementations
impl Clone for NkAllocator[src]
fn clone(&self) -> NkAllocator
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
impl AsRef<nk_allocator> for NkAllocator[src]
fn as_ref(&self) -> &nk_allocator
Performs the conversion.
impl AsMut<nk_allocator> for NkAllocator[src]
fn as_mut(&mut self) -> &mut nk_allocator
Performs the conversion.