QRect.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QRect opOpAssign(const(QRect) r)
  2. QRect opOpAssign(const(QRect) r)
    struct QRect
    pragma(inline, true) ref
    opOpAssign
    (
    string op
    )
    (
    ref const(QRect) r
    )
    if (
    op == "&"
    )
  3. QRect opOpAssign(const(QMargins) margins)
  4. QRect opOpAssign(const(QMargins) margins)

Meta