class BadBlockConfig

Defined at line 169 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

Public Methods

void BadBlockConfig (Storage_ storage)
void BadBlockConfig (::fuchsia_hardware_nand::BadBlockConfigType type, uint32_t table_start_block, uint32_t table_end_block)
void BadBlockConfig ()

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

Defined at line 180 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

void BadBlockConfig (BadBlockConfig && )

Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

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

Defined at line 184 of file fidling/gen/sdk/fidl/fuchsia.hardware.nand/fuchsia.hardware.nand/cpp/fidl/fuchsia.hardware.nand/cpp/natural_types.h

BadBlockConfig & operator= (const BadBlockConfig & other)
bool operator== (const BadBlockConfig & other)
bool operator!= (const BadBlockConfig & other)
::fuchsia_hardware_nand::BadBlockConfigType type ()
::fuchsia_hardware_nand::BadBlockConfigType & type ()
BadBlockConfig & type (::fuchsia_hardware_nand::BadBlockConfigType value)

Setter for type.

uint32_t table_start_block ()

First block in which BBT may be be found.

uint32_t & table_start_block ()

First block in which BBT may be be found.

BadBlockConfig & table_start_block (uint32_t value)

First block in which BBT may be be found.

uint32_t table_end_block ()

Last block in which BBT may be be found. It is inclusive.

uint32_t & table_end_block ()

Last block in which BBT may be be found. It is inclusive.

BadBlockConfig & table_end_block (uint32_t value)

Last block in which BBT may be be found. It is inclusive.

void BadBlockConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits