class ClockImplSetRateRequest

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

Public Methods

void ClockImplSetRateRequest (Storage_ storage)
void ClockImplSetRateRequest (uint32_t id, uint64_t hz)
void ClockImplSetRateRequest ()

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

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

void ClockImplSetRateRequest (ClockImplSetRateRequest && )

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

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

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

ClockImplSetRateRequest & operator= (const ClockImplSetRateRequest & other)
bool operator== (const ClockImplSetRateRequest & other)
bool operator!= (const ClockImplSetRateRequest & other)
uint32_t id ()
uint32_t & id ()
ClockImplSetRateRequest & id (uint32_t value)

Setter for id.

uint64_t hz ()
uint64_t & hz ()
ClockImplSetRateRequest & hz (uint64_t value)

Setter for hz.

void ClockImplSetRateRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits