fidl_next_fuchsia_version/
fidl_next_fuchsia_version.rs

1// DO NOT EDIT: This file is machine-generated by fidlgen
2#![warn(clippy::all)]
3#![allow(unused_parens, unused_variables, unused_mut, unused_imports, unreachable_code)]
4
5#[doc = " The ABI revision denotes the semantics of the Fuchsia System Interface that\n an application expects the platform to provide. ABI revision values are\n chosen at random.\n"]
6pub type AbiRevision = u64;
7
8/// The wire type corresponding to [`AbiRevision`].
9pub type WireAbiRevision = ::fidl_next::WireU64;
10
11#[doc = " The API level denotes a set of APIs available when building an application\n for a given release of the FUCHSIA IDK. API levels are assigned in\n increasing order.\n"]
12pub type ApiLevel = u64;
13
14/// The wire type corresponding to [`ApiLevel`].
15pub type WireApiLevel = ::fidl_next::WireU64;
16
17/// Compatibility shims which mimic some API surfaces of the current Rust bindings.
18pub mod compat {}