class DriverHostStartRequest

Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

Public Methods

void DriverHostStartRequest (Storage_ storage)
void DriverHostStartRequest (::fuchsia_driver_framework::DriverStartArgs start_args, ::fidl::ServerEnd< ::fuchsia_driver_host::Driver> driver)
void DriverHostStartRequest ()

Default constructs a |DriverHostStartRequest| only if all of its members are default constructible.

Defined at line 371 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

void DriverHostStartRequest (DriverHostStartRequest && )

Defined at line 374 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

DriverHostStartRequest & operator= (DriverHostStartRequest && )

Defined at line 375 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

const ::fuchsia_driver_framework::DriverStartArgs & start_args ()
::fuchsia_driver_framework::DriverStartArgs & start_args ()
DriverHostStartRequest & start_args (::fuchsia_driver_framework::DriverStartArgs value)

Setter for start_args.

const ::fidl::ServerEnd< ::fuchsia_driver_host::Driver> & driver ()
::fidl::ServerEnd< ::fuchsia_driver_host::Driver> & driver ()
DriverHostStartRequest & driver (::fidl::ServerEnd< ::fuchsia_driver_host::Driver> value)

Setter for driver.

void DriverHostStartRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits