template <typename T>

struct NaturalEmptyStructCodingTraits

Defined at line 325 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/internal/natural_types.h

Public Members

static const size_t kInlineSize
static const bool kIsMemcpyCompatible

Public Methods

void Encode (NaturalEncoder * encoder, T * value, size_t offset, size_t recursion_depth)

Defined at line 329 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/internal/natural_types.h

void Decode (NaturalDecoder * decoder, T * value, size_t offset, size_t recursion_depth)

Defined at line 331 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/internal/natural_types.h