Crate fidl_next_fuchsia_process

Source

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
launcher
resolver

Structs§

HandleInfo
Information about a handle provided to a process at startup.
LaunchInfo
The information needed to launch a process.
Launcher
The type corresponding to the Launcher protocol. A low-level interface for launching processes.
LauncherAddArgsRequest
LauncherAddEnvironsRequest
LauncherAddHandlesRequest
LauncherAddNamesRequest
LauncherCreateWithoutStartingRequest
LauncherCreateWithoutStartingResponse
LauncherLaunchRequest
LauncherLaunchResponse
LauncherSetOptionsRequest
NameInfo
A namespace entry provided to a process at startup.
ProcessStartData
The information required to start a process.
Resolver
The type corresponding to the Resolver protocol. An interface for resolving names to executables and library loaders.
ResolverResolveRequest
ResolverResolveResponse
WireHandleInfo
The wire type corresponding to HandleInfo.
WireLaunchInfo
The wire type corresponding to LaunchInfo.
WireLauncherAddArgsRequest
The wire type corresponding to LauncherAddArgsRequest.
WireLauncherAddEnvironsRequest
The wire type corresponding to LauncherAddEnvironsRequest.
WireLauncherAddHandlesRequest
The wire type corresponding to LauncherAddHandlesRequest.
WireLauncherAddNamesRequest
The wire type corresponding to LauncherAddNamesRequest.
WireLauncherCreateWithoutStartingRequest
The wire type corresponding to LauncherCreateWithoutStartingRequest.
WireLauncherCreateWithoutStartingResponse
The wire type corresponding to LauncherCreateWithoutStartingResponse.
WireLauncherLaunchRequest
The wire type corresponding to LauncherLaunchRequest.
WireLauncherLaunchResponse
The wire type corresponding to LauncherLaunchResponse.
WireLauncherSetOptionsRequest
The wire type corresponding to LauncherSetOptionsRequest.
WireNameInfo
The wire type corresponding to NameInfo.
WireProcessStartData
The wire type corresponding to ProcessStartData.
WireResolverResolveRequest
The wire type corresponding to ResolverResolveRequest.
WireResolverResolveResponse
The wire type corresponding to ResolverResolveResponse.

Constants§

MAX_RESOLVE_NAME_SIZE
The maximum size for a name used by Resolver.

Traits§

LauncherClientHandler
A client handler for the Launcher protocol.
LauncherClientSender
A helper trait for the Launcher client sender.
LauncherServerHandler
A server handler for the Launcher protocol.
LauncherServerSender
A helper trait for the Launcher server sender.
ResolverClientHandler
A client handler for the Resolver protocol.
ResolverClientSender
A helper trait for the Resolver client sender.
ResolverServerHandler
A server handler for the Resolver protocol.
ResolverServerSender
A helper trait for the Resolver server sender.