Crate fuchsia_runtime

source ·
Expand description

Type-safe bindings for Fuchsia-specific libc functionality.

This crate is a minimal extension on top of the fuchsia-zircon crate, which provides bindings to the Zircon kernel’s syscalls, but does not depend on functionality from libc.

Structs§

  • Metadata information for a handle in a processargs message. Contains a handle type and an unsigned 16-bit value, whose meaning is handle type dependent.

Enums§

  • Possible errors when converting a raw u32 to a HandleInfo with the TryFrom impl on HandleInfo.
  • Handle types as defined by the processargs protocol.

Functions§