[][src]Function lvgl::objx::label::get_text

pub fn get_text(label: *const lv_obj_t) -> MynewtResult<*mut c_char>

Get the text of a label

  • label: pointer to a label object Return: the text of the label