1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
// WARNING: This file is machine generated by fidlgen.

// fidl_experiment = no_optional_structs
// fidl_experiment = simple_empty_response_syntax
// fidl_experiment = unknown_interactions

#![allow(
    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
)]
#![recursion_limit = "512"]

#[cfg(target_os = "fuchsia")]
#[allow(unused_imports)]
use fuchsia_zircon as zx;

#[allow(unused_imports)]
use {
    bitflags::bitflags,
    fidl::{
        client::{decode_transaction_body_fut, QueryResponseFut},
        encoding::{zerocopy, Decodable as _, Encodable as _},
        endpoints::{ControlHandle as _, Responder as _},
        fidl_bits, fidl_empty_struct, fidl_enum, fidl_struct, fidl_struct_copy, fidl_table,
        fidl_union, wrap_handle_metadata,
    },
    fuchsia_zircon_status as zx_status,
    futures::future::{self, MaybeDone, TryFutureExt},
};

pub const ALIGNAS: u32 = 1;

pub const AS: u32 = 1;

pub const ATOMIC_CANCEL: u32 = 1;

pub const AWAIT: u32 = 1;

pub const BOOL: u32 = 1;

pub const CASE: u32 = 1;

pub const CHAR16_T: u32 = 1;

pub const CO_AWAIT: u32 = 1;

pub const COMPL: u32 = 1;

pub const CONSTEXPR: u32 = 1;

pub const COVARIANT: u32 = 1;

pub const DECODER: u32 = 1;

pub const DELETE: u32 = 1;

pub const DYNAMIC_CAST: u32 = 1;

pub const ENSURE_VALUES_INSTANTIATED: u32 = 1;

pub const EXPLICIT: u32 = 1;

pub const EXTERNAL: u32 = 1;

pub const FIDL_TYPE: u32 = 1;

pub const FN: u32 = 1;

pub const FUNC: u32 = 1;

pub const GO: u32 = 1;

pub const HASH_CODE: u32 = 1;

pub const IMPLEMENTS: u32 = 1;

pub const INLINE: u32 = 1;

pub const INT64: u32 = 1;

pub const IS: u32 = 1;

pub const LIST: u32 = 1;

pub const MAP: u32 = 1;

pub const MODULE: u32 = 1;

pub const NAMESPACE: u32 = 1;

pub const NOEXCEPT: u32 = 1;

pub const NULL: u32 = 1;

pub const OPERATOR: u32 = 1;

pub const OVERRIDE: u32 = 1;

pub const PRIVATE: u32 = 1;

pub const PUB: u32 = 1;

pub const REF: u32 = 1;

pub const RESULT_: u32 = 1;

pub const RHS: u32 = 1;

pub const SELF_: u32 = 1;

pub const SHORT: u32 = 1;

pub const STATIC: u32 = 1;

pub const STDIN: u32 = 1;

pub const STRING: u32 = 1;

pub const SYNCHRONIZED: u32 = 1;

pub const THROW: u32 = 1;

pub const TYPE: u32 = 1;

pub const TYPEOF: u32 = 1;

pub const UINT8: u32 = 1;

pub const USE: u32 = 1;

pub const VALUE_UNION: u32 = 1;

pub const VIRTUAL: u32 = 1;

pub const WHERE: u32 = 1;

pub const XOR: u32 = 1;

pub const ZX: u32 = 1;