class StreamSetRegionOfInterestRequest

Defined at line 1116 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h

Public Methods

void StreamSetRegionOfInterestRequest (Storage_ storage)
void StreamSetRegionOfInterestRequest (float x_min, float y_min, float x_max, float y_max)
void StreamSetRegionOfInterestRequest ()

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

Defined at line 1127 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h

void StreamSetRegionOfInterestRequest (StreamSetRegionOfInterestRequest && )

Defined at line 1130 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h

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

Defined at line 1131 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h

StreamSetRegionOfInterestRequest & operator= (const StreamSetRegionOfInterestRequest & other)
bool operator== (const StreamSetRegionOfInterestRequest & other)
bool operator!= (const StreamSetRegionOfInterestRequest & other)
float x_min ()
float & x_min ()
StreamSetRegionOfInterestRequest & x_min (float value)

Setter for x_min.

float y_min ()
float & y_min ()
StreamSetRegionOfInterestRequest & y_min (float value)

Setter for y_min.

float x_max ()
float & x_max ()
StreamSetRegionOfInterestRequest & x_max (float value)

Setter for x_max.

float y_max ()
float & y_max ()
StreamSetRegionOfInterestRequest & y_max (float value)

Setter for y_max.

void StreamSetRegionOfInterestRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits