| // Copyright 2018 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // WARNING: THIS FILE IS MACHINE GENERATED. DO NOT EDIT. | |
| // Generated from the banjo.examples.buffer banjo file | |
| #![cfg_attr(rustfmt, rustfmt_skip)] | |
| #![allow(unused_imports, non_camel_case_types)] | |
| #[repr(C)] | |
| #[derive(Copy, Clone, Debug, PartialEq)] | |
| pub struct SomeData { | |
| pub one_buffer: *const u8, | |
| pub one_size: usize, | |
| } | |