class PartitionsManagerGetBlockInfoResponse
Defined at line 228 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h
Public Methods
void PartitionsManagerGetBlockInfoResponse (Storage_ storage)
void PartitionsManagerGetBlockInfoResponse (uint64_t block_count, uint32_t block_size)
void PartitionsManagerGetBlockInfoResponse ()
Default constructs a |PartitionsManagerGetBlockInfoResponse| only if all of its members are default constructible.
Defined at line 239 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h
void PartitionsManagerGetBlockInfoResponse (PartitionsManagerGetBlockInfoResponse && )
Defined at line 242 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h
void PartitionsManagerGetBlockInfoResponse (const PartitionsManagerGetBlockInfoResponse & other)
PartitionsManagerGetBlockInfoResponse & operator= (PartitionsManagerGetBlockInfoResponse && )
Defined at line 243 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/natural_types.h
PartitionsManagerGetBlockInfoResponse & operator= (const PartitionsManagerGetBlockInfoResponse & other)
bool operator== (const PartitionsManagerGetBlockInfoResponse & other)
bool operator!= (const PartitionsManagerGetBlockInfoResponse & other)
uint64_t block_count ()
uint64_t & block_count ()
PartitionsManagerGetBlockInfoResponse & block_count (uint64_t value)
Setter for block_count.
uint32_t block_size ()
uint32_t & block_size ()
PartitionsManagerGetBlockInfoResponse & block_size (uint32_t value)
Setter for block_size.
void PartitionsManagerGetBlockInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits