bind_bindlibparent_codegen_testlib/
bindlibparent_codegen_testlib_lib.rs

1// Copyright 2022 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// WARNING: This file is machine generated by bindc.
6
7
8pub const PIZZA: &str = "bindlibparent.codegen.testlib.Pizza";
9pub const PIZZA_CHEESE: &str = "cheese pizza";
10pub const PIZZA_PEPPERONI: &str = "pepperoni pizza";
11
12pub const GRIT: &str = "bindlibparent.codegen.testlib.Grit";
13pub const GRIT_COARSE: u32 = 100;
14pub const GRIT_MEDIUM: u32 = 200;