pub unsafe fn swap_2_q_text_format(
    value1: impl CastInto<Ref<QTextFormat>>,
    value2: impl CastInto<Ref<QTextFormat>>
)
Expand description

Calls C++ function: void swap(QTextFormat& value1, QTextFormat& value2).