Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM UniFFI.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_UNIFFIBINDINGFWD_H_
#define DOM_UNIFFIBINDINGFWD_H_
namespace mozilla {
namespace dom {
class DoubleOrArrayBufferOrUniFFIPointer;
class OwningDoubleOrArrayBufferOrUniFFIPointer;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using UniFFIScaffoldingValue = DoubleOrArrayBufferOrUniFFIPointer;
using OwningUniFFIScaffoldingValue = OwningDoubleOrArrayBufferOrUniFFIPointer;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct UniFFIScaffoldingCallResult;
class UniFFIPointer;
class UniFFIScaffolding;
} // namespace dom
} // namespace mozilla
#endif // DOM_UNIFFIBINDINGFWD_H_