class DeviceChangePlugStateRequest

Defined at line 3036 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

Public Methods

void DeviceChangePlugStateRequest (Storage_ storage)
void DeviceChangePlugStateRequest (int64_t plug_change_time, bool plugged)
void DeviceChangePlugStateRequest ()

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

Defined at line 3046 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

void DeviceChangePlugStateRequest (DeviceChangePlugStateRequest && )

Defined at line 3049 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

void DeviceChangePlugStateRequest (const DeviceChangePlugStateRequest & other)
DeviceChangePlugStateRequest & operator= (DeviceChangePlugStateRequest && )

Defined at line 3050 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

DeviceChangePlugStateRequest & operator= (const DeviceChangePlugStateRequest & other)
bool operator== (const DeviceChangePlugStateRequest & other)
bool operator!= (const DeviceChangePlugStateRequest & other)
int64_t plug_change_time ()
int64_t & plug_change_time ()
DeviceChangePlugStateRequest & plug_change_time (int64_t value)

Setter for plug_change_time.

bool plugged ()
bool & plugged ()
DeviceChangePlugStateRequest & plugged (bool value)

Setter for plugged.

void DeviceChangePlugStateRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits