Module fidl::handle

source ·
Expand description

A portable representation of handle-like objects for fidl.

Re-exports§

Modules§

  • Fuchsia implementation of handles just aliases the zircon library

Structs§

Functions§

  • 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§

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