class Inset

Defined at line 1698 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

An integer offset to apply to each edge of a rectangle.

This type does not specify units. Protocols that use this type should

specify the characteristics of the vector space, including orientation and

units.

Public Methods

void Inset (Storage_ storage)
void Inset (int32_t top, int32_t right, int32_t bottom, int32_t left)
void Inset ()

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

Defined at line 1709 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

void Inset (Inset && )

Defined at line 1712 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

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

Defined at line 1713 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

Inset & operator= (const Inset & other)
bool operator== (const Inset & other)
bool operator!= (const Inset & other)
int32_t top ()

The amount to move the top edge of the rectangle towards the center of

the rectangle.

int32_t & top ()

The amount to move the top edge of the rectangle towards the center of

the rectangle.

Inset & top (int32_t value)

The amount to move the top edge of the rectangle towards the center of

the rectangle.

int32_t right ()

The amount to move the right edge of the rectangle towards the center of

the rectangle.

int32_t & right ()

The amount to move the right edge of the rectangle towards the center of

the rectangle.

Inset & right (int32_t value)

The amount to move the right edge of the rectangle towards the center of

the rectangle.

int32_t bottom ()

The amount to move the bottom edge of the rectangle towards the center

of the rectangle.

int32_t & bottom ()

The amount to move the bottom edge of the rectangle towards the center

of the rectangle.

Inset & bottom (int32_t value)

The amount to move the bottom edge of the rectangle towards the center

of the rectangle.

int32_t left ()

The amount to move the left edge of the rectangle towards the center of

the rectangle.

int32_t & left ()

The amount to move the left edge of the rectangle towards the center of

the rectangle.

Inset & left (int32_t value)

The amount to move the left edge of the rectangle towards the center of

the rectangle.

void Inset (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits