pub unsafe extern "C" fn uiTableValueImage(
v: *const uiTableValue,
) -> *mut uiImage
Expand description
Returns a reference to the image contained.
To be used only on uiTableValue objects of type uiTableValueTypeImage.
@param v Table value. @returns Image.\n Data is owned by the caller of uiNewTableValueImage(). @warning The image returned is not owned by the object @p v, hence no lifetime guarantees can be made. @memberof uiTableValue