flipperzero_sys

Function furi_string_set_n

Source
pub unsafe extern "C" fn furi_string_set_n(
    string: *mut FuriString,
    source: *const FuriString,
    offset: usize,
    length: usize,
)
Expand description

Set the string to the n first characters of other one.

ยงArguments

  • string - The FuriString instance
  • source - The source
  • offset - The offset
  • length - The length