| // WARNING: This file is machine generated by fidlgen. |
| |
| #![allow( |
| deprecated, // FIDL Impl struct pattern is referenced internally |
| unused_parens, // one-element-tuple-case is not a tuple |
| unused_mut, // not all args require mutation, but many do |
| nonstandard_style, // auto-caps does its best, but is not always successful |
| )] |
| |
| #[allow(unused_imports)] |
| use fidl::{ |
| fidl_bits, fidl_empty_struct, fidl_enum, fidl_struct, fidl_struct_copy, fidl_table, fidl_xunion, |
| }; |
| #[cfg(target_os = "fuchsia")] |
| #[allow(unused_imports)] |
| use fuchsia_zircon as zx; |
| #[allow(unused_imports)] |
| use fuchsia_zircon_status as zx_status; |
| |
| #[derive(Debug, PartialEq)] |
| |
| pub struct Baz { |
| pub g: fidl_middle::Bar, |
| } |
| |
| fidl_struct! { |
| name: Baz, |
| members: [ |
| g { |
| ty: fidl_middle::Bar, |
| offset_v1: 0, |
| }, |
| ], |
| padding: [ |
| ], |
| size_v1: 4, |
| align_v1: 4, |
| } |