furi_string_move

Function furi_string_move 

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

Move string_2 content to string_1.

Copy data from one string to another and destroy the source.

ยงArguments

  • destination - The destination FuriString
  • source - The source FuriString