view_get_model

Function view_get_model 

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

Get view model data

§Arguments

  • view - View instance

§Returns

pointer to model data Don’t forget to commit model changes