[][src]Function qt_gui::ops::shr_q_data_stream_q_vector_4d

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

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

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

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

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

See also Serializing Qt Data Types.