Function flipper0::ffi::furi_string_move

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

@brief Move string_2 content to string_1. Set the string to the other one, and destroy the other one. @param string_1 @param string_2