class CoordinatorAcknowledgeVsyncRequest

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

Public Methods

void CoordinatorAcknowledgeVsyncRequest (Storage_ storage)
void CoordinatorAcknowledgeVsyncRequest (uint64_t cookie)
void CoordinatorAcknowledgeVsyncRequest ()

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

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

void CoordinatorAcknowledgeVsyncRequest (CoordinatorAcknowledgeVsyncRequest && )

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

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

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

CoordinatorAcknowledgeVsyncRequest & operator= (const CoordinatorAcknowledgeVsyncRequest & other)
bool operator== (const CoordinatorAcknowledgeVsyncRequest & other)
bool operator!= (const CoordinatorAcknowledgeVsyncRequest & other)
uint64_t cookie ()

The cookie received in the most recent `OnVsync` message.

Must not be zero. Zero cookies do not require acknowledgement.

Each cookie must be acknowledged exactly once. Cookies must

be acknowledged in the order of their receipt.

uint64_t & cookie ()

The cookie received in the most recent `OnVsync` message.

Must not be zero. Zero cookies do not require acknowledgement.

Each cookie must be acknowledged exactly once. Cookies must

be acknowledged in the order of their receipt.

CoordinatorAcknowledgeVsyncRequest & cookie (uint64_t value)

The cookie received in the most recent `OnVsync` message.

Must not be zero. Zero cookies do not require acknowledgement.

Each cookie must be acknowledged exactly once. Cookies must

be acknowledged in the order of their receipt.

void CoordinatorAcknowledgeVsyncRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits