blob: a635c09f24fed72fc97bcb92144f8d6b207e9caf [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/llcpp/internal/display_error.h>
#include <lib/fidl/llcpp/traits.h>
#include <lib/stdcompat/optional.h>
#include <cinttypes>
namespace test_handlesintypes {
enum class ObjType : uint32_t {
kNone = 0u,
kVmo = 3u,
};
} // namespace test_handlesintypes
template <>
struct fidl::internal::DisplayError<::test_handlesintypes::ObjType> {
static size_t Format(const ::test_handlesintypes::ObjType& value,
char* destination, size_t capacity);
};
namespace fidl {
template <>
struct IsFidlType<::test_handlesintypes::ObjType> : public std::true_type {};
template <>
struct ContainsHandle<::test_handlesintypes::ObjType> : public std::false_type {
};
} // namespace fidl