#[no_mangle]
extern "C" fn ffi_ibom_set_view_config(
obj: &mut InteractiveHtmlBom,
mode: InteractiveHtmlBomViewMode,
highlight_pin1: InteractiveHtmlBomHighlightPin1Mode,
dark: bool,
)
Expand description
Wrapper to set [InteractiveHtmlBom::view_mode], [InteractiveHtmlBom::dark_mode] and [InteractiveHtmlBom::highlight_pin1]