Function qt_gui::ops::shl_q_debug_type

source ·
pub unsafe fn shl_q_debug_type(
    debug: impl CastInto<Ref<QDebug>>,
    type_: Type
) -> 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 debug, QOpenGLDebugMessage::Type type).

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.