Struct bgfx_sys::Struct_bgfx_allocator_vtbl [] [src]

pub struct Struct_bgfx_allocator_vtbl {
    pub realloc: Option<unsafe  extern "C" fn(_this: *mut bgfx_allocator_interface_t, _ptr: *mut c_void, _size: size_t, _align: size_t, _file: *const c_char, _line: uint32_t) -> *mut c_void>,
}

Fields

realloc

Trait Implementations

impl Clone for Struct_bgfx_allocator_vtbl

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_allocator_vtbl

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_allocator_vtbl