[][src]Function qt_gui::ops::shr_q_data_stream_q_brush

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

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.