Struct nuklear::Allocator [−][src]
#[repr(C)]pub struct Allocator { /* fields omitted */ }
Methods
impl Allocator[src]
impl AllocatorTrait Implementations
impl Clone for Allocator[src]
impl Clone for Allocatorfn clone(&self) -> Allocator[src]
fn clone(&self) -> AllocatorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Allocator[src]
impl Debug for Allocatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_allocator> for Allocator[src]
impl AsRef<nk_allocator> for Allocatorfn as_ref(&self) -> &nk_allocator[src]
fn as_ref(&self) -> &nk_allocatorPerforms the conversion.
impl AsMut<nk_allocator> for Allocator[src]
impl AsMut<nk_allocator> for Allocatorfn as_mut(&mut self) -> &mut nk_allocator[src]
fn as_mut(&mut self) -> &mut nk_allocatorPerforms the conversion.
impl AsRef<Allocator> for nk_allocator[src]
impl AsRef<Allocator> for nk_allocatorimpl AsMut<Allocator> for nk_allocator[src]
impl AsMut<Allocator> for nk_allocatorimpl Default for Allocator[src]
impl Default for Allocator