blob: 20c0a4d996d832eeca5d7b08d54718f3c7f34b1c [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#![allow(
deprecated, // FIDL Impl struct pattern is referenced internally
unused_parens, // one-element-tuple-case is not a tuple
unused_mut, // not all args require mutation, but many do
nonstandard_style, // auto-caps does its best, but is not always successful
)]
#[allow(unused_imports)]
use fidl::{fidl_bits, fidl_empty_struct, fidl_enum, fidl_struct, fidl_table, fidl_xunion};
#[cfg(target_os = "fuchsia")]
#[allow(unused_imports)]
use fuchsia_zircon as zx;
#[allow(unused_imports)]
use fuchsia_zircon_status as zx_status;
fidl_bits! {
MyBits(u32) {
MyFirstBit = 1,
MyOtherBit = 2,
}
}
fidl_bits! {
StrictBits(u64) {
Smallest = 1,
Biggest = 9223372036854775808,
}
}