Expand description
A portable representation of handle-like objects for fidl.
Re-exports§
pub use fuchsia_handles::*;
Modules§
- Fuchsia implementation of handles just aliases the zircon library
Structs§
- An I/O object representing a
Channel
. - An I/O object representing a
Socket
.
Functions§
- Converts a vector of
HandleDisposition
(handles bundled with their intended object type and rights) to a vector ofHandleInfo
(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.