[][src]Function qt_gui::ops::shl_q_data_stream_q_brush

pub unsafe fn shl_q_data_stream_q_brush(
    arg1: impl CastInto<MutRef<QDataStream>>,
    arg2: impl CastInto<Ref<QBrush>>
) -> MutRef<QDataStream>

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

Calls C++ function: QDataStream& operator<<(QDataStream& arg1, const QBrush& arg2).

C++ documentation:

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

See also Serializing Qt Data Types.