TBAAStructField public struct TBAAStructField Represents a single field in a (C or C++) struct. offset The offset of this struct field in bytes. Declaration Swift public let offset: Size size This size of this struct field in bytes. Declaration Swift public let size: Size type The type metadata node for this struct field. Declaration Swift public let type: MDNode init(offset:size:type:) Create a new TBAA struct field. Declaration Swift public init(offset: Size, size: Size, type: MDNode) © 2021 . All rights reserved. (Last updated: 2021-03-28) Generated by jazzy ♪♫ v0.13.6, a Realm project.