Function cassandra_cpp_sys::cass_data_type_new_from_existing [] [src]

pub unsafe extern "C" fn cass_data_type_new_from_existing(
    data_type: *const CassDataType
) -> *mut CassDataType

Creates a new data type from an existing data type.

@public @memberof CassDataType

@param[in] data_type @return Returns a data type that must be freed.

@see cass_data_type_free()