class CoordinatorSetLayerPrimaryAlphaRequest
Defined at line 3399 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
Public Methods
void CoordinatorSetLayerPrimaryAlphaRequest (Storage_ storage)
void CoordinatorSetLayerPrimaryAlphaRequest (::fuchsia_hardware_display::LayerId layer_id, ::fuchsia_hardware_display_types::AlphaMode mode, float val)
void CoordinatorSetLayerPrimaryAlphaRequest ()
Default constructs a |CoordinatorSetLayerPrimaryAlphaRequest| only if all of its members are default constructible.
Defined at line 3409 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
void CoordinatorSetLayerPrimaryAlphaRequest (CoordinatorSetLayerPrimaryAlphaRequest && )
Defined at line 3412 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
void CoordinatorSetLayerPrimaryAlphaRequest (const CoordinatorSetLayerPrimaryAlphaRequest & other)
CoordinatorSetLayerPrimaryAlphaRequest & operator= (CoordinatorSetLayerPrimaryAlphaRequest && )
Defined at line 3413 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
CoordinatorSetLayerPrimaryAlphaRequest & operator= (const CoordinatorSetLayerPrimaryAlphaRequest & other)
bool operator== (const CoordinatorSetLayerPrimaryAlphaRequest & other)
bool operator!= (const CoordinatorSetLayerPrimaryAlphaRequest & other)
const ::fuchsia_hardware_display::LayerId & layer_id ()
::fuchsia_hardware_display::LayerId & layer_id ()
CoordinatorSetLayerPrimaryAlphaRequest & layer_id (::fuchsia_hardware_display::LayerId value)
Setter for layer_id.
::fuchsia_hardware_display_types::AlphaMode mode ()
::fuchsia_hardware_display_types::AlphaMode & mode ()
CoordinatorSetLayerPrimaryAlphaRequest & mode (::fuchsia_hardware_display_types::AlphaMode value)
Setter for mode.
float val ()
float & val ()
CoordinatorSetLayerPrimaryAlphaRequest & val (float value)
Setter for val.
void CoordinatorSetLayerPrimaryAlphaRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits