| // 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 | 
 | )] | 
 | #![recursion_limit = "512"] | 
 |  | 
 | #[cfg(target_os = "fuchsia")] | 
 | #[allow(unused_imports)] | 
 | use fuchsia_zircon as zx; | 
 |  | 
 | #[allow(unused_imports)] | 
 | use { | 
 |     bitflags::bitflags, | 
 |     fidl::{ | 
 |         fidl_empty_struct, fidl_flexible_bits, fidl_flexible_enum, fidl_strict_bits, | 
 |         fidl_strict_enum, fidl_struct, fidl_struct_copy, fidl_table, fidl_xunion, | 
 |     }, | 
 |     fuchsia_zircon_status as zx_status, | 
 | }; | 
 |  | 
 | /// "pleaseescapethisdocommentproperly" | 
 | #[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)] | 
 | pub struct DocCommentWithQuotes; | 
 |  | 
 | fidl_empty_struct!(DocCommentWithQuotes); |