Module fuchsia

Source
Expand description

Fuchsia-specific FIDL extensions.

Modules§

channel
A transport implementation which uses Zircon channels.
zx
Type-safe bindings for Zircon kernel syscalls.

Structs§

WireChannel
A Zircon channel.
WireOptionalChannel
An optional Zircon channel.
WireOptionalHandle
An optional Zircon handle.

Traits§

HandleDecoder
A decoder which support Zircon handles.
HandleEncoder
An encoder which supports Zircon handles.

Functions§

create_channel
Creates a ClientEnd and ServerEnd for the given protocol over Zircon channels.
spawn_client_detached
Creates a Client from the given ClientEnd and spawns it on the current fuchsia-async executor.
spawn_client_sender_detached
Creates a Client from the given ClientEnd and spawns it on the current fuchsia-async executor.
spawn_server_detached
Creates a Server from the given ServerEnd and spawns it on the current fuchsia-async executor.

Unions§

WireHandle
A Zircon handle.