Skip to main content

fidl_fuchsia_dictionaryoffers_test__common/
fidl_fuchsia_dictionaryoffers_test__common.rs

1// WARNING: This file is machine generated by fidlgen.
2
3#![warn(clippy::all)]
4#![allow(unused_parens, unused_mut, unused_imports, nonstandard_style)]
5
6use bitflags::bitflags;
7use fidl::encoding::{MessageBufFor, ProxyChannelBox, ResourceDialect};
8use futures::future::{self, MaybeDone, TryFutureExt};
9use zx_status;
10
11pub mod control_plane_ordinals {
12    pub const ADD_CHILD: u64 = 0xfe019ea8b4f1417;
13    pub const CHECK: u64 = 0x36163bc09670a090;
14}
15
16pub mod data_plane_ordinals {
17    pub const DATA_DO: u64 = 0x1c2dba0f49d279e3;
18}
19
20mod internal {
21    use super::*;
22}