class GetNextFrameArgs

Defined at line 4086 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

The arguments passed into the [`GetNextFrame`] call. All fields are necessary.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::zx::event & event ()

The event that will signal when the requested frame has been rendered. Required.

Defined at line 4093 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

bool has_event ()

Defined at line 4097 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

::zx::event * mutable_event ()

The event that will signal when the requested frame has been rendered. Required.

Defined at line 4102 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

void clear_event ()

Defined at line 4110 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

GetNextFrameArgs & set_event (::zx::event _value)
void GetNextFrameArgs ()
void GetNextFrameArgs (GetNextFrameArgs && other)
void ~GetNextFrameArgs ()
GetNextFrameArgs & operator= (GetNextFrameArgs && other)
::std::unique_ptr<GetNextFrameArgs> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, GetNextFrameArgs * _value, size_t _offset)
zx_status_t Clone (GetNextFrameArgs * _result)