class RectangleArgs

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

Rectangle centered at (0,0).

Public Methods

void RectangleArgs (Storage_ storage)
void RectangleArgs (::fuchsia_ui_gfx::Value width, ::fuchsia_ui_gfx::Value height)
void RectangleArgs ()

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

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

void RectangleArgs (RectangleArgs && )

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

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

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

RectangleArgs & operator= (const RectangleArgs & other)
bool operator== (const RectangleArgs & other)
bool operator!= (const RectangleArgs & other)
const ::fuchsia_ui_gfx::Value & width ()
::fuchsia_ui_gfx::Value & width ()
RectangleArgs & width (::fuchsia_ui_gfx::Value value)

Setter for width.

const ::fuchsia_ui_gfx::Value & height ()
::fuchsia_ui_gfx::Value & height ()
RectangleArgs & height (::fuchsia_ui_gfx::Value value)

Setter for height.

void RectangleArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits