flipperzero_sys

Function simple_array_cget_data

Source
pub unsafe extern "C" fn simple_array_cget_data(
    instance: *const SimpleArray,
) -> *const SimpleArrayData
Expand description

Get a constant pointer to the internal data of a SimpleArray instance.

§Arguments

  • [in] - instance Pointer to the SimpleArray instance to get the data of

§Returns

Constant pointer to the instance’s internal data