class Favicon
Defined at line 4643 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Used to represent a favicon for a page. An empty table (all fields are unset) is used to indicate
that the page doesn't have a favicon.
Public Methods
void Favicon ()
Defined at line 4645 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void Favicon (const Favicon & other)
Defined at line 4646 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Favicon & operator= (const Favicon & other)
Defined at line 4647 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void Favicon (Favicon && other)
Defined at line 4648 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_web::wire::Favicon> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::Favicon> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::Favicon>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fuchsia_mem::wire::Buffer & data ()
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`.
bool has_data ()
Favicon & operator= (Favicon && other)
Defined at line 4649 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
uint32_t & width ()
The width of the image.
bool has_width ()
uint32_t & height ()
The height of the image.
bool has_height ()
void ~Favicon ()
Defined at line 4651 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder