Function rvs::rvs_done [] [src]

#[no_mangle]
pub extern "C" fn rvs_done(model: *mut Model, handle: uint32_t) -> bool

Returns the done value of a variable via the result pointer

Errors

  • Returns false if handle is invalid
  • Returns false if rvs_next has not been called

Panics

  • If any pointer arguments are null
  • If handle doesn't exist