flipperzero_sys

Function furi_string_set_char

Source
pub unsafe extern "C" fn furi_string_set_char(
    string: *mut FuriString,
    index: usize,
    c: c_char,
)
Expand description

Set the character at the given index.

ยงArguments

  • string - The FuriString instance
  • index - The index
  • c - The character