template <typename Constraint, bool IsRecursive>
struct WireCodingTraits
Defined at line 14 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/wire_types.h
Public Members
static const size_t kInlineSize
static const bool kIsMemcpyCompatible
Public Methods
void Encode (WireEncoder * encoder, ::fdf::Channel * value, WirePosition position, RecursionDepth<IsRecursive> recursion_depth)
Defined at line 19 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/wire_types.h
void Decode (WireDecoder * decoder, WirePosition position, RecursionDepth<IsRecursive> recursion_depth)
Defined at line 24 of file ../../sdk/lib/fidl_driver/include/lib/fidl_driver/cpp/wire_types.h