class FrameConfigureInputTypesRequest

Defined at line 3085 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

Public Methods

void FrameConfigureInputTypesRequest (Storage_ storage)
void FrameConfigureInputTypesRequest (::fuchsia_web::InputTypes types, ::fuchsia_web::AllowInputState allow)
void FrameConfigureInputTypesRequest ()

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

Defined at line 3095 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

void FrameConfigureInputTypesRequest (FrameConfigureInputTypesRequest && )

Defined at line 3098 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

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

Defined at line 3099 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

FrameConfigureInputTypesRequest & operator= (const FrameConfigureInputTypesRequest & other)
bool operator== (const FrameConfigureInputTypesRequest & other)
bool operator!= (const FrameConfigureInputTypesRequest & other)
::fuchsia_web::InputTypes types ()
::fuchsia_web::InputTypes & types ()
FrameConfigureInputTypesRequest & types (::fuchsia_web::InputTypes value)

Setter for types.

::fuchsia_web::AllowInputState allow ()
::fuchsia_web::AllowInputState & allow ()
FrameConfigureInputTypesRequest & allow (::fuchsia_web::AllowInputState value)

Setter for allow.

void FrameConfigureInputTypesRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits