Function panda_sys::object_type_get_instance_size[][src]

pub unsafe extern "C" fn object_type_get_instance_size(
    typename: *const c_char
) -> size_t
Expand description

object_type_get_instance_size: @typename: Name of the Type whose instance_size is required

Returns the instance_size of the given @typename.