Crate fidl_next_fuchsia_ldsvc

Source

Modules§

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

Structs§

Loader
The type corresponding to the Loader protocol. See //docs/concepts/process/program_loading.md for a more complete description of this and related process bootstrapping protocols, and for specifics about the default global loader service’s interpretation of names, paths, and configurations.
LoaderCloneRequest
LoaderCloneResponse
LoaderConfigRequest
LoaderConfigResponse
LoaderLoadObjectRequest
LoaderLoadObjectResponse
WireLoaderCloneRequest
The wire type corresponding to LoaderCloneRequest.
WireLoaderCloneResponse
The wire type corresponding to LoaderCloneResponse.
WireLoaderConfigRequest
The wire type corresponding to LoaderConfigRequest.
WireLoaderConfigResponse
The wire type corresponding to LoaderConfigResponse.
WireLoaderLoadObjectRequest
The wire type corresponding to LoaderLoadObjectRequest.
WireLoaderLoadObjectResponse
The wire type corresponding to LoaderLoadObjectResponse.

Traits§

LoaderClientHandler
A client handler for the Loader protocol.
LoaderClientSender
A helper trait for the Loader client sender.
LoaderServerHandler
A server handler for the Loader protocol.
LoaderServerSender
A helper trait for the Loader server sender.