flipperzero_sys

Function furi_string_set_str

Source
pub unsafe extern "C" fn furi_string_set_str(
    string: *mut FuriString,
    source: *const c_char,
)
Expand description

Set the string to the other C string.

Set the string to the source C string.

ยงArguments

  • string - The FuriString instance
  • source - The source