Structureswift-protobuf 1.31.0SwiftProtobuf
ProtobufSFixed32
SFixed32
struct ProtobufSFixed32SFixed32
struct ProtobufSFixed32import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
@preconcurrency protocol FieldType : Sendable@preconcurrency protocol MapKeyType : FieldTypeMarker protocol for types that can be used as map keys
@preconcurrency protocol MapValueType : FieldTypeMarker Protocol for types that can be used as map values.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
static var proto3DefaultValue: Int32 { get }static func decodeRepeated<D>(value: inout [ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : Decoder static func decodeSingular<D>(value: inout ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : Decoder static func visitPacked<V>(value: [ProtobufSFixed32.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitRepeated<V>(value: [ProtobufSFixed32.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitSingular<V>(value: ProtobufSFixed32.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor typealias BaseType = Int32static func _lessThan(lhs: Self.BaseType, rhs: Self.BaseType) -> Bool