fidl_fuchsia_test_fxfs__common/
fidl_fuchsia_test_fxfs__common.rs1#![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 starnix_volume_admin_ordinals {
12 pub const DELETE: u64 = 0x46fe41ebeb62bb3b;
13 pub const GET_ROOT: u64 = 0x6fc8d53f60ac96a2;
14}
15
16mod internal {
17 use super::*;
18}