pub unsafe extern "C" fn cass_cluster_set_port(
    cluster: *mut CassCluster,
    port: c_int
) -> CassError
Expand description

Sets the port.

Default: 9042

@public @memberof CassCluster

@param[in] cluster @param[in] port @return CASS_OK if successful, otherwise an error occurred.