Skyle_RawImage
public struct Skyle_RawImage : @unchecked Sendable
extension Skyle_RawImage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Single image in grayscale raw bytes
-
pixel width
Declaration
Swift
public var width: Int32
-
pixel height
Declaration
Swift
public var height: Int32
-
bytes of image
Declaration
Swift
public var data: Data
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Declaration
Swift
public init()
-
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_RawImage, rhs: Skyle_RawImage) -> Bool