Re-exports§
pub use fidl_data_zx as zx;
Modules§
Macros§
- vobject
- Helper macro for constructing
Valueobjects. Object body is similar to a Rust struct body, and field values are automatically converted toValuevia theFromtrait. - vunion
- Helper macro for constructing
Value::Unionvalues.
Structs§
- Channel
- An object representing a Zircon channel.
- Handle
Disposition - Handle
Info - Nullable
Handle - An object representing a Zircon handle.
- Rights
Enums§
- Error
- Error type used by the codec.
- Object
Type - Value
- Our internal neutral form for FIDL values.
Traits§
Functions§
- decode
- Decode a FIDL value.
- decode_
request - Decode a FIDL request from a byte buffer and a list of handles.
- decode_
response - Decode a FIDL response from a byte buffer and a list of handles.
- encode
- Serialize a value into a FIDL serialized value.
- encode_
request - Serialize a value into a FIDL request.
- encode_
response - Serialize a value into a FIDL response.