Module handle

Source
Expand description

A portable representation of handle-like objects for fidl.

Re-exports§

pub use fuchsia_handles::*;

Modules§

fuchsia_handles
Fuchsia implementation of handles just aliases the zircon library

Structs§

AsyncChannel
An I/O object representing a Channel.
AsyncSocket
An I/O object representing a Socket.

Functions§

convert_handle_dispositions_to_infos
Converts a vector of HandleDisposition (handles bundled with their intended object type and rights) to a vector of HandleInfo (handles bundled with their actual type and rights, guaranteed by the kernel).

Type Aliases§

OnSignalsRef
Alias for the common case where OnSignals is used with zx::HandleRef.