fidl_data_zither_multifile/b.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// DO NOT EDIT.
6// Generated from FIDL library `zither.multifile` by zither, a Fuchsia platform tool.
7
8#![allow(unused_imports)]
9
10use zerocopy::IntoBytes;
11
12use crate::a::*;
13
14pub const B1: A = A::Member;
15
16#[repr(C)]
17#[derive(Clone, Copy, Debug, Eq, IntoBytes, PartialEq)]
18pub struct B2 {
19 pub a: A,
20}