Module handle

Source
Expand description

Safe bindings for driver runtime handles and collections of mixed driver and zircon handles.

Structs§

DriverHandle
A handle representing some resource managed by the driver runtime.
DriverHandleRef
An unowned reference to a driver handle type
MixedHandle
A handle that might be either a DriverHandle or a ZirconHandle, depending on its bit pattern.
ZirconHandle
An object representing a Zircon handle.

Enums§

MixedHandleType
An enum of the two types of handles that can be represented in a MixedHandle.

Type Aliases§

ZirconHandleRef
fdf_handle_t