Expand description
This is a simple Rust crate to hold some constants so that they can easily be shared between various different FIDL bindings that are implemented in Rust.
It’s in some ways the moral equivalent of //zircon/system/public/zircon/fidl.h
Constants§
- ALLOC_
ABSENT_ U32 - Indicates that an optional value is absent.
- ALLOC_
ABSENT_ U64 - Indicates that an optional value is absent.
- ALLOC_
PRESENT_ U32 - Indicates that an optional value is present.
- ALLOC_
PRESENT_ U64 - Indicates that an optional value is present.
- EPITAPH_
ORDINAL - Special ordinal signifying an epitaph message.
- MAGIC_
NUMBER_ INITIAL - The current wire format magic number
- MAX_
HANDLES - The maximum number of handles allowed in a FIDL message.
- MAX_
RECURSION - The maximum recursion depth of encoding and decoding. Each pointer to an out-of-line object counts as one step in the recursion depth.