class Metadata
Defined at line 315 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Public Members
static const char[] kSerializableName
Public Methods
void Metadata (Storage_ storage)
void Metadata ()
Defined at line 322 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
void Metadata (Metadata && )
Defined at line 323 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
void Metadata (const Metadata & other)
Metadata & operator= (Metadata && )
Defined at line 324 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h
Metadata & operator= (const Metadata & other)
bool operator== (const Metadata & other)
bool operator!= (const Metadata & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_hardware_pinimpl::InitStep>> & init_steps ()
Init steps are processed sequentially in the order that they appear in the vector.
Processing occurs once during the GPIO core driver's start hook.
::std::optional< ::std::vector< ::fuchsia_hardware_pinimpl::InitStep>> & init_steps ()
Init steps are processed sequentially in the order that they appear in the vector.
Processing occurs once during the GPIO core driver's start hook.
Metadata & init_steps (std::optional< ::std::vector< ::fuchsia_hardware_pinimpl::InitStep>> value)
Init steps are processed sequentially in the order that they appear in the vector.
Processing occurs once during the GPIO core driver's start hook.
const std::optional<uint32_t> & controller_id ()
::std::optional<uint32_t> & controller_id ()
Metadata & controller_id (std::optional<uint32_t> value)
Setter for controller_id.
const std::optional< ::std::vector< ::fuchsia_hardware_pinimpl::Pin>> & pins ()
::std::optional< ::std::vector< ::fuchsia_hardware_pinimpl::Pin>> & pins ()
Metadata & pins (std::optional< ::std::vector< ::fuchsia_hardware_pinimpl::Pin>> value)
Setter for pins.
void Metadata (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits