class Autorepeat

Defined at line 2910 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

Public Methods

void Autorepeat (Storage_ storage)
void Autorepeat (int64_t delay, int64_t period)
void Autorepeat ()

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

Defined at line 2920 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

void Autorepeat (Autorepeat && )

Defined at line 2923 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

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

Defined at line 2924 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

Autorepeat & operator= (const Autorepeat & other)
bool operator== (const Autorepeat & other)
bool operator!= (const Autorepeat & other)
int64_t delay ()

The duration between key actuation and autorepeat actuation.

int64_t & delay ()

The duration between key actuation and autorepeat actuation.

Autorepeat & delay (int64_t value)

The duration between key actuation and autorepeat actuation.

int64_t period ()

The duration between two successive autorepeat actuations (1/rate). Rate is defined as

once the autorepeat kicks in, the frequency at which repeated key actuations are

generated per second.

int64_t & period ()

The duration between two successive autorepeat actuations (1/rate). Rate is defined as

once the autorepeat kicks in, the frequency at which repeated key actuations are

generated per second.

Autorepeat & period (int64_t value)

The duration between two successive autorepeat actuations (1/rate). Rate is defined as

once the autorepeat kicks in, the frequency at which repeated key actuations are

generated per second.

void Autorepeat (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits