flipperzero_sys

Function furi_string_move

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

Move string_2 content to string_1.

Set the string to the other one, and destroy the other one.

ยงArguments

  • string_1 - The FuriString instance 1
  • string_2 - The FuriString instance 2