Function cassandra_cpp_sys::cass_value_get_int32 [] [src]

pub unsafe extern "C" fn cass_value_get_int32(
    value: *const CassValue,
    output: *mut cass_int32_t
) -> CassError

Gets an int32 for the specified value.

@public @memberof CassValue

@param[in] value @param[out] output @return CASS_OK if successful, otherwise error occurred