template <>

class WireTableBuilder

Defined at line 4803 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_mem::wire::Buffer, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_mem::wire::Buffer>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::Favicon> & data (First && first, Args &&... args_)

The image content encoded as an RGBA bitmap with premultiplied alpha channel. The data is

densely packed, so the stride is always `4 * width` and the total size is

`4 * width * height`.

Defined at line 4818 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Friends

template <>
class Favicon