CGRectData

struct CGRectData : Equatable, Identifiable

placeholder struct to hold CGRect data.

  • id

    placeholder to store id

    Declaration

    Swift

    let id: UUID
  • placeholder to CGRect data

    Declaration

    Swift

    var rect: CGRect
  • equatable override

    Declaration

    Swift

    static func == (lhs: CGRectData, rhs: CGRectData) -> Bool

    Parameters

    lhs

    lhs variable for comparison

    rhs

    lhs variable for comparison