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§
- Async
Channel - An I/O object representing a
Channel
. - Async
Socket - 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 ofHandleInfo
(handles bundled with their actual type and rights, guaranteed by the kernel).
Type Aliases§
- OnSignals
Ref - Alias for the common case where OnSignals is used with zx::HandleRef.