Expand description
Safe bindings for driver runtime handles and collections of mixed driver and zircon handles.
Structs§
- Driver
Handle - A handle representing some resource managed by the driver runtime.
- Driver
Handle Ref - An unowned reference to a driver handle type
- Mixed
Handle - A handle that might be either a
DriverHandle
or aZirconHandle
, depending on its bit pattern. - Zircon
Handle - An object representing a Zircon handle.
Enums§
- Mixed
Handle Type - An enum of the two types of handles that can be represented in a
MixedHandle
.