pub unsafe fn shr_q_data_stream_q_brush(
    arg1: impl CastInto<Ref<QDataStream>>,
    arg2: impl CastInto<Ref<QBrush>>
) -> Ref<QDataStream>
Expand description

Reads the given brush from the given stream and returns a reference to the stream.

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

C++ documentation:

Reads the given brush from the given stream and returns a reference to the stream.

See also Serializing Qt Data Types.