Static Propertyswift-protobuf 1.28.1SwiftProtobuf
proto3DefaultValue
FieldTypes.swift:178static var proto3DefaultValue: UInt32 { get }
Other members in extension
Typealiases
Type members
static func decodeRepeated<D>(value: inout [BaseType], from: inout D
) throws static func decodeSingular<D>(value: inout BaseType?, from: inout D
) throws static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with: inout V
) throws static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with: inout V
) throws static func visitSingular<V>(value: BaseType, fieldNumber: Int, with: inout V
) throws