pub unsafe extern "C" fn view_get_model(
    view: *mut View
) -> *mut c_void
Expand description

Get view model data

Warning!

  • Don’t forget to commit model changes

Returns:

  • pointer to model data

Arguments

  • view - View instance