Struct bgfx_sys::bgfx_callback_interface_s
source · #[repr(C)]pub struct bgfx_callback_interface_s {
pub vtbl: *const bgfx_callback_vtbl_s,
}Fields§
§vtbl: *const bgfx_callback_vtbl_sTrait Implementations§
source§impl Clone for bgfx_callback_interface_s
impl Clone for bgfx_callback_interface_s
source§fn clone(&self) -> bgfx_callback_interface_s
fn clone(&self) -> bgfx_callback_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