class LayerId

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

Identifies a layer resource owned by a Display Coordinator 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 "live" layers within a Display Coordinator

connection. The identifier of a layer destroyed via

[`fuchsia.hardware.display/Coordinator.DestroyLayer`] can be reused in a

subsequent [`fuchsia.hardware.display/Coordinator.CreateLayer`] call.

Public Methods

void LayerId (Storage_ storage)
void LayerId (uint64_t value)
void LayerId ()

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

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

void LayerId (LayerId && )

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

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

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

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

Setter for value.

void LayerId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits