flipperzero_sys

Function furi_string_set

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

Set the string to the other string.

Set the string to the source string.

ยงArguments

  • string - The FuriString instance
  • source - The source