Struct nuklear::Allocator[][src]

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

Methods

impl Allocator
[src]

Trait Implementations

impl Clone for Allocator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Allocator
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_allocator> for Allocator
[src]

Performs the conversion.

impl AsMut<nk_allocator> for Allocator
[src]

Performs the conversion.

impl AsRef<Allocator> for nk_allocator
[src]

Performs the conversion.

impl AsMut<Allocator> for nk_allocator
[src]

Performs the conversion.

impl Default for Allocator
[src]

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

Auto Trait Implementations

impl !Send for Allocator

impl !Sync for Allocator