pub unsafe extern "C" fn cass_statement_bind_inet(
    statement: *mut CassStatement,
    index: usize,
    value: CassInet
) -> CassError
Expand description

Binds an “inet” to a query or bound statement at the specified index.

@public @memberof CassStatement

@param[in] statement @param[in] index @param[in] value @return CASS_OK if successful, otherwise an error occurred.