class VolumeManagerGetPartitionLimitResponse

Defined at line 1330 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Public Methods

void VolumeManagerGetPartitionLimitResponse (Storage_ storage)
void VolumeManagerGetPartitionLimitResponse (int32_t status, uint64_t slice_count)
void VolumeManagerGetPartitionLimitResponse ()

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

Defined at line 1340 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

void VolumeManagerGetPartitionLimitResponse (VolumeManagerGetPartitionLimitResponse && )

Defined at line 1343 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

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

Defined at line 1344 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

VolumeManagerGetPartitionLimitResponse & operator= (const VolumeManagerGetPartitionLimitResponse & other)
bool operator== (const VolumeManagerGetPartitionLimitResponse & other)
bool operator!= (const VolumeManagerGetPartitionLimitResponse & other)
int32_t status ()
int32_t & status ()
VolumeManagerGetPartitionLimitResponse & status (int32_t value)

Setter for status.

uint64_t slice_count ()
uint64_t & slice_count ()
VolumeManagerGetPartitionLimitResponse & slice_count (uint64_t value)

Setter for slice_count.

void VolumeManagerGetPartitionLimitResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits