Sign in
mojo
/
mojo-tools
/
73e948c3cd78ca019b82d8ad10c2326e3920fffc
/
.
/
examples
/
serialization
/
serialization.mojom
blob: 5107760fdcc4aeb1529e5e40254f65566c7a8d25 [
file
] [
log
] [
blame
]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file.
module
examples
;
struct
MyStruct
{
int32 a
;
float
b
;
string
c
;
};