Skyle_Types_Eyes

public struct Skyle_Types_Eyes : @unchecked Sendable
extension Skyle_Types_Eyes: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Message for a pair of eyes

  • Undocumented

    Declaration

    Swift

    public var left: Skyle_Types_Eye { get set }
  • Returns true if left has been explicitly set.

    Declaration

    Swift

    public var hasLeft: Bool { get }
  • Clears the value of left. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearLeft()
  • Undocumented

    Declaration

    Swift

    public var right: Skyle_Types_Eye { get set }
  • Returns true if right has been explicitly set.

    Declaration

    Swift

    public var hasRight: Bool { get }
  • Clears the value of right. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearRight()
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Skyle_Types_Eyes, rhs: Skyle_Types_Eyes) -> Bool