class DeviceGetSecureMemoryPhysicalAddressResponse

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

Public Methods

void DeviceGetSecureMemoryPhysicalAddressResponse (Storage_ storage)
void DeviceGetSecureMemoryPhysicalAddressResponse (int32_t s, uint64_t paddr)
void DeviceGetSecureMemoryPhysicalAddressResponse ()

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

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

void DeviceGetSecureMemoryPhysicalAddressResponse (DeviceGetSecureMemoryPhysicalAddressResponse && )

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

void DeviceGetSecureMemoryPhysicalAddressResponse (const DeviceGetSecureMemoryPhysicalAddressResponse & other)
bool operator!= (const DeviceGetSecureMemoryPhysicalAddressResponse & other)
DeviceGetSecureMemoryPhysicalAddressResponse & operator= (DeviceGetSecureMemoryPhysicalAddressResponse && )

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

DeviceGetSecureMemoryPhysicalAddressResponse & operator= (const DeviceGetSecureMemoryPhysicalAddressResponse & other)
bool operator== (const DeviceGetSecureMemoryPhysicalAddressResponse & other)
int32_t s ()
int32_t & s ()
DeviceGetSecureMemoryPhysicalAddressResponse & s (int32_t value)

Setter for s.

uint64_t paddr ()
uint64_t & paddr ()
DeviceGetSecureMemoryPhysicalAddressResponse & paddr (uint64_t value)

Setter for paddr.

void DeviceGetSecureMemoryPhysicalAddressResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits