class EventId

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

Identifies a Zircon event shared between the Display Coordinator and a

client.

[`fuchsia.hardware.display.types/INVALID_DISP_ID`] represents an invalid

value.

Values are managed by [`fuchsia.hardware.display/Coordinator`] clients, to

facilitate feed-forward dataflow.

Valid values uniquely identify Zircon events imported to the Coordinator

within a display Coordinator connection.

Public Methods

void EventId (Storage_ storage)
void EventId (uint64_t value)
void EventId ()

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

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

void EventId (EventId && )

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

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

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

EventId & operator= (const EventId & other)
bool operator== (const EventId & other)
bool operator!= (const EventId & other)
uint64_t value ()
uint64_t & value ()
EventId & value (uint64_t value)

Setter for value.

void EventId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits