class Vector2Value
Defined at line 7079 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
A value that is specified explicitly by `value` if `variable_id` is zero,
or is the value produced by the resource identified by `variable_id`, e.g.
an animation or expression. In the latter case, the value produced by the
resource must be a vec2, and `value` is ignored.
Public Methods
void Vector2Value (Storage_ storage)
void Vector2Value (::fuchsia_ui_gfx::Vec2 value, uint32_t variable_id)
void Vector2Value ()
Default constructs a |Vector2Value| only if all of its members are default constructible.
Defined at line 7089 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void Vector2Value (Vector2Value && )
Defined at line 7092 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void Vector2Value (const Vector2Value & other)
Vector2Value & operator= (Vector2Value && )
Defined at line 7093 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Vector2Value & operator= (const Vector2Value & other)
bool operator== (const Vector2Value & other)
bool operator!= (const Vector2Value & other)
const ::fuchsia_ui_gfx::Vec2 & value ()
::fuchsia_ui_gfx::Vec2 & value ()
Vector2Value & value (::fuchsia_ui_gfx::Vec2 value)
Setter for value.
uint32_t variable_id ()
uint32_t & variable_id ()
Vector2Value & variable_id (uint32_t value)
Setter for variable_id.
void Vector2Value (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits