StructWrapper

public final class StructWrapper<StructType> : NSObject, NSCopying

Undocumented

  • Undocumented

    Declaration

    Swift

    public let structValue: StructType
  • Undocumented

    Declaration

    Swift

    public init(_ structValue: StructType)
  • Undocumented

    Declaration

    Swift

    public func copy(with _: NSZone?) -> Any
  • Undocumented

    Declaration

    Swift

    func copyWithZone(_ zone: NSZone?) -> Any
  • Undocumented

    Declaration

    Swift

    static func structFromObject(_ object: Any?) -> StructType?
  • Undocumented

    Declaration

    Swift

    static func objectFromStruct(_ aStruct: StructType?) -> StructWrapper<StructType>?