Initializerswift-protobuf 1.29.0SwiftProtobuf
init(rawValue:)
struct.pb.swift:68init?(rawValue: Int)
init?(rawValue: Int)
s13SwiftProtobuf07Google_B10_NullValueO03rawE0ACSgSi_tcfc
What are these?4IVI7
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum Google_Protobuf_NullValue
NullValue
is a singleton enumeration to represent the null value for the Value
type union.
@frozen struct Int
A signed integer value type.
init()
static let _protobuf_nameMap: _NameMap
static let allCases: [Google_Protobuf_NullValue]
var rawValue: Int { get }
typealias RawValue = Int