init(fromSerializedBuffer:)
TestMessages.swift:846init(fromSerializedBuffer buffer: UnsafeRawBufferPointer) throws
Other members in extension
Typealiases
Type members
Instance members
var color: DataModel_Color?
var description: String
var hp: UInt16?
var id: MonsterIdentifier
var identifier: MonsterIdentifier
var mana: UInt16?
var name: String?
var pos: DataModel_Vec3?
func withUnsafeBytesSerialization<Result>((UnsafeRawBufferPointer) throws -> Result
) rethrows -> Result