class DeviceWatchMuteStateResponse

Defined at line 253 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/natural_types.h

Public Methods

void DeviceWatchMuteStateResponse (Storage_ storage)
void DeviceWatchMuteStateResponse (bool software_muted, bool hardware_muted)
void DeviceWatchMuteStateResponse ()

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

Defined at line 264 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/natural_types.h

void DeviceWatchMuteStateResponse (DeviceWatchMuteStateResponse && )

Defined at line 267 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/natural_types.h

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

Defined at line 268 of file fidling/gen/sdk/fidl/fuchsia.camera3/fuchsia.camera3/cpp/fidl/fuchsia.camera3/cpp/natural_types.h

DeviceWatchMuteStateResponse & operator= (const DeviceWatchMuteStateResponse & other)
bool operator== (const DeviceWatchMuteStateResponse & other)
bool operator!= (const DeviceWatchMuteStateResponse & other)
bool software_muted ()
bool & software_muted ()
DeviceWatchMuteStateResponse & software_muted (bool value)

Setter for software_muted.

bool hardware_muted ()
bool & hardware_muted ()
DeviceWatchMuteStateResponse & hardware_muted (bool value)

Setter for hardware_muted.

void DeviceWatchMuteStateResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits