class DeviceSetDvfsOperatingPointRequest

Defined at line 1222 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

Public Methods

void DeviceSetDvfsOperatingPointRequest (Storage_ storage)
void DeviceSetDvfsOperatingPointRequest (uint16_t op_idx, ::fuchsia_hardware_thermal::PowerDomain power_domain)
void DeviceSetDvfsOperatingPointRequest ()

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

Defined at line 1233 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

void DeviceSetDvfsOperatingPointRequest (DeviceSetDvfsOperatingPointRequest && )

Defined at line 1236 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

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

Defined at line 1237 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

DeviceSetDvfsOperatingPointRequest & operator= (const DeviceSetDvfsOperatingPointRequest & other)
bool operator== (const DeviceSetDvfsOperatingPointRequest & other)
bool operator!= (const DeviceSetDvfsOperatingPointRequest & other)
uint16_t op_idx ()
uint16_t & op_idx ()
DeviceSetDvfsOperatingPointRequest & op_idx (uint16_t value)

Setter for op_idx.

::fuchsia_hardware_thermal::PowerDomain power_domain ()
::fuchsia_hardware_thermal::PowerDomain & power_domain ()
DeviceSetDvfsOperatingPointRequest & power_domain (::fuchsia_hardware_thermal::PowerDomain value)

Setter for power_domain.

void DeviceSetDvfsOperatingPointRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits