fidl_fuchsia_version/
fidl_fuchsia_version.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::client::QueryResponseFut;
8use fidl::encoding::{MessageBufFor, ProxyChannelBox, ResourceDialect};
9use fidl::endpoints::{ControlHandle as _, Responder as _};
10use futures::future::{self, MaybeDone, TryFutureExt};
11use zx_status;
12
13/// The ABI revision denotes the semantics of the Fuchsia System Interface that
14/// an application expects the platform to provide. ABI revision values are
15/// chosen at random.
16pub type AbiRevision = u64;
17
18/// The API level denotes a set of APIs available when building an application
19/// for a given release of the FUCHSIA IDK. API levels are assigned in
20/// increasing order.
21pub type ApiLevel = u64;
22
23mod internal {
24    use super::*;
25}