class SetAnchorCmd

Defined at line 7421 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

Sets a Resource's (typically a Node's) anchor point.

Constraints:

- `id` refs a Resource with the has_transform characteristic.

Public Methods

void SetAnchorCmd (Storage_ storage)
void SetAnchorCmd (uint32_t id, ::fuchsia_ui_gfx::Vector3Value value)
void SetAnchorCmd ()

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

Defined at line 7431 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

void SetAnchorCmd (SetAnchorCmd && )

Defined at line 7434 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

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

Defined at line 7435 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

SetAnchorCmd & operator= (const SetAnchorCmd & other)
bool operator== (const SetAnchorCmd & other)
bool operator!= (const SetAnchorCmd & other)
uint32_t id ()
uint32_t & id ()
SetAnchorCmd & id (uint32_t value)

Setter for id.

const ::fuchsia_ui_gfx::Vector3Value & value ()
::fuchsia_ui_gfx::Vector3Value & value ()
SetAnchorCmd & value (::fuchsia_ui_gfx::Vector3Value value)

Setter for value.

void SetAnchorCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits