class ImageId

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

Unique identifier for an image registered with the display coordinator.

[`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" images within a Display Coordinator

connection. The identifier of an image destroyed via

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

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

An image is a memory buffer whose bytes have a fixed interpretation as an

array of pixels. Memory buffers are managed by sysmem, and are accessed by

the display stack using a [`fuchsia.sysmem/BufferCollection`]. The buffer's

interpretation is described by an

[`fuchsia.hardware.display.types/ImageConfig`].

Public Methods

void ImageId (Storage_ storage)
void ImageId (uint64_t value)
void ImageId ()

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

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

void ImageId (ImageId && )

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

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

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

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

Setter for value.

void ImageId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits