class BusGetDevicesResponse
Defined at line 898 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
Public Methods
void BusGetDevicesResponse (Storage_ storage)
void BusGetDevicesResponse (::std::vector< ::fuchsia_hardware_pci::PciDevice> devices)
void BusGetDevicesResponse ()
Default constructs a |BusGetDevicesResponse| only if all of its members are default constructible.
Defined at line 908 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
void BusGetDevicesResponse (BusGetDevicesResponse && )
Defined at line 911 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
void BusGetDevicesResponse (const BusGetDevicesResponse & other)
BusGetDevicesResponse & operator= (BusGetDevicesResponse && )
Defined at line 912 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
BusGetDevicesResponse & operator= (const BusGetDevicesResponse & other)
bool operator== (const BusGetDevicesResponse & other)
bool operator!= (const BusGetDevicesResponse & other)
const ::std::vector< ::fuchsia_hardware_pci::PciDevice> & devices ()
::std::vector< ::fuchsia_hardware_pci::PciDevice> & devices ()
BusGetDevicesResponse & devices (::std::vector< ::fuchsia_hardware_pci::PciDevice> value)
Setter for devices.
void BusGetDevicesResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits