class RemoveLayerCmd
Defined at line 1177 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Remove a layer from a layer stack.
Constraints:
- `layer_stack_id` refs a `LayerStack`.
- `layer_id` refs a `Layer`.
- The layer must belong to this stack.
Public Members
uint32_t layer_stack_id
uint32_t layer_id
Public Methods
::std::unique_ptr<RemoveLayerCmd> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RemoveLayerCmd * value, size_t _offset)
zx_status_t Clone (RemoveLayerCmd * result)