class LayerStackArgs
Defined at line 4747 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
A LayerStack is a stack of layers that are attached to a Compositor, which
draws them in order of increasing Z-order (or rather, presents the illusion
of drawing them in that order: it may apply any optimizations that don't
affect the output).
Supported commands:
- AddLayer
Public Methods
void LayerStackArgs (Storage_ storage)
void LayerStackArgs (uint32_t dummy)
void LayerStackArgs ()
Default constructs a |LayerStackArgs| only if all of its members are default constructible.
Defined at line 4757 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void LayerStackArgs (LayerStackArgs && )
Defined at line 4760 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void LayerStackArgs (const LayerStackArgs & other)
LayerStackArgs & operator= (LayerStackArgs && )
Defined at line 4761 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
LayerStackArgs & operator= (const LayerStackArgs & other)
bool operator== (const LayerStackArgs & other)
bool operator!= (const LayerStackArgs & other)
uint32_t dummy ()
uint32_t & dummy ()
LayerStackArgs & dummy (uint32_t value)
Setter for dummy.
void LayerStackArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits