pub unsafe fn shl_q_debug_q_vector_2d(
    dbg: impl CastInto<Ref<QDebug>>,
    vector: impl CastInto<Ref<QVector2D>>
) -> CppBox<QDebug>
Expand description

Writes the given brush to the given stream and returns a reference to the stream.

Calls C++ function: QDebug operator<<(QDebug dbg, const QVector2D& vector).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &stream, const QBrush &brush):

Writes the given brush to the given stream and returns a reference to the stream.

See also Serializing Qt Data Types.