Struct bgfx_sys::bgfx_allocator_interface_s
source · #[repr(C)]pub struct bgfx_allocator_interface_s {
pub vtbl: *const bgfx_allocator_vtbl_s,
}Fields§
§vtbl: *const bgfx_allocator_vtbl_sTrait Implementations§
source§impl Clone for bgfx_allocator_interface_s
impl Clone for bgfx_allocator_interface_s
source§fn clone(&self) -> bgfx_allocator_interface_s
fn clone(&self) -> bgfx_allocator_interface_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more