class UsbFunctionAllocResourcesResponse
Defined at line 536 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.function/fuchsia.hardware.usb.function/cpp/fidl/fuchsia.hardware.usb.function/cpp/natural_types.h
Public Methods
void UsbFunctionAllocResourcesResponse (Storage_ storage)
void UsbFunctionAllocResourcesResponse (::std::vector<uint8_t>interface_nums,::std::vector<uint8_t>endpoint_addrs,::std::vector<uint8_t>string_indices)
void UsbFunctionAllocResourcesResponse ()
Default constructs a |UsbFunctionAllocResourcesResponse| only if all of its members are default constructible.
Defined at line 547 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.function/fuchsia.hardware.usb.function/cpp/fidl/fuchsia.hardware.usb.function/cpp/natural_types.h
void UsbFunctionAllocResourcesResponse (UsbFunctionAllocResourcesResponse && )
Defined at line 550 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.function/fuchsia.hardware.usb.function/cpp/fidl/fuchsia.hardware.usb.function/cpp/natural_types.h
void UsbFunctionAllocResourcesResponse (const UsbFunctionAllocResourcesResponse & other)
UsbFunctionAllocResourcesResponse & operator= (UsbFunctionAllocResourcesResponse && )
Defined at line 551 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.function/fuchsia.hardware.usb.function/cpp/fidl/fuchsia.hardware.usb.function/cpp/natural_types.h
UsbFunctionAllocResourcesResponse & operator= (const UsbFunctionAllocResourcesResponse & other)
bool operator== (const UsbFunctionAllocResourcesResponse & other)
bool operator!= (const UsbFunctionAllocResourcesResponse & other)
const ::std::vector<uint8_t> & interface_nums ()
::std::vector<uint8_t> & interface_nums ()
UsbFunctionAllocResourcesResponse & interface_nums (::std::vector<uint8_t> value)
Setter for interface_nums.
const ::std::vector<uint8_t> & endpoint_addrs ()
::std::vector<uint8_t> & endpoint_addrs ()
UsbFunctionAllocResourcesResponse & endpoint_addrs (::std::vector<uint8_t> value)
Setter for endpoint_addrs.
const ::std::vector<uint8_t> & string_indices ()
::std::vector<uint8_t> & string_indices ()
UsbFunctionAllocResourcesResponse & string_indices (::std::vector<uint8_t> value)
Setter for string_indices.
void UsbFunctionAllocResourcesResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits