Skyle_Types_Glints
public struct Skyle_Types_Glints : Sendable
extension Skyle_Types_Glints: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Left and right glint
-
Left glint
Declaration
Swift
public var left: Skyle_Types_Feature { 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()
-
Right glint
Declaration
Swift
public var right: Skyle_Types_Feature { 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()
-
Undocumented
Declaration
Swift
public var isValid: Bool { get }
-
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_Glints, rhs: Skyle_Types_Glints) -> Bool