Structureswift-protobuf 1.28.1SwiftProtobuf
ProtobufSFixed32
SFixed32
FieldTypes.swift:316struct ProtobufSFixed32
Citizens in SwiftProtobuf
Conformances
protocol FieldType
protocol MapKeyType
Marker protocol for types that can be used as map keys
protocol MapValueType
Marker Protocol for types that can be used as map values.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Typealiases
Type members
static var proto3DefaultValue: Int32
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