Expand description
Fuchsia-specific FIDL extensions.
Modules§
- channel
- A transport implementation which uses Zircon channels.
- zx
- Type-safe bindings for Zircon kernel syscalls.
Structs§
- WireBti
- A Zircon Bti.
- Wire
Channel - A Zircon Channel.
- Wire
Clock - A Zircon Clock.
- Wire
Event - A Zircon Event.
- Wire
Event Pair - A Zircon EventPair.
- Wire
Exception - A Zircon Exception.
- Wire
Fifo - A Zircon Fifo.
- Wire
Guest - A Zircon Guest.
- Wire
Interrupt - A Zircon Interrupt.
- WireIob
- A Zircon Iob.
- Wire
Iommu - A Zircon Iommu.
- WireJob
- A Zircon Job.
- Wire
Optional Bti - An optional Zircon Bti.
- Wire
Optional Channel - An optional Zircon Channel.
- Wire
Optional Clock - An optional Zircon Clock.
- Wire
Optional Event - An optional Zircon Event.
- Wire
Optional Event Pair - An optional Zircon EventPair.
- Wire
Optional Exception - An optional Zircon Exception.
- Wire
Optional Fifo - An optional Zircon Fifo.
- Wire
Optional Guest - An optional Zircon Guest.
- Wire
Optional Handle - An optional Zircon handle.
- Wire
Optional Interrupt - An optional Zircon Interrupt.
- Wire
Optional Iob - An optional Zircon Iob.
- Wire
Optional Iommu - An optional Zircon Iommu.
- Wire
Optional Job - An optional Zircon Job.
- Wire
Optional Pager - An optional Zircon Pager.
- Wire
Optional Pmt - An optional Zircon Pmt.
- Wire
Optional Port - An optional Zircon Port.
- Wire
Optional Process - An optional Zircon Process.
- Wire
Optional Profile - An optional Zircon Profile.
- Wire
Optional Resource - An optional Zircon Resource.
- Wire
Optional Socket - An optional Zircon Socket.
- Wire
Optional Stream - An optional Zircon Stream.
- Wire
Optional Thread - An optional Zircon Thread.
- Wire
Optional Timer - An optional Zircon Timer.
- Wire
Optional Vcpu - An optional Zircon Vcpu.
- Wire
Optional Vmar - An optional Zircon Vmar.
- Wire
Optional Vmo - An optional Zircon Vmo.
- Wire
Pager - A Zircon Pager.
- WirePmt
- A Zircon Pmt.
- Wire
Port - A Zircon Port.
- Wire
Process - A Zircon Process.
- Wire
Profile - A Zircon Profile.
- Wire
Resource - A Zircon Resource.
- Wire
Socket - A Zircon Socket.
- Wire
Stream - A Zircon Stream.
- Wire
Thread - A Zircon Thread.
- Wire
Timer - A Zircon Timer.
- Wire
Vcpu - A Zircon Vcpu.
- Wire
Vmar - A Zircon Vmar.
- WireVmo
- A Zircon Vmo.
Traits§
- Handle
Decoder - A decoder which support Zircon handles.
- Handle
Encoder - An encoder which supports Zircon handles.
Functions§
- create_
channel - Creates a
ClientEnd
andServerEnd
for the given protocol over Zircon channels. - spawn_
client_ detached - Creates a
Client
from the givenClientEnd
and spawns it on the current fuchsia-async executor. - spawn_
client_ sender_ detached - Creates a
Client
from the givenClientEnd
and spawns it on the current fuchsia-async executor. - spawn_
server_ detached - Creates a
Server
from the givenServerEnd
and spawns it on the current fuchsia-async executor.
Unions§
- Wire
Handle - A Zircon handle.