class ExportResourceCmdDeprecated
Defined at line 372 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Create an external reference to the specified resource, which can then be
imported into another Session by passing a handle to `token`'s peer to
ImportResourceCmd; see that comment for more details.
The importing client is typically in a different process than the exporter.
No specific mechanism is provided for transferring a token from an exporter
to an importer; collaborators may choose any out-of-band API they wish to do
so.
Public Methods
void ExportResourceCmdDeprecated (Storage_ storage)
void ExportResourceCmdDeprecated (uint32_t id, ::zx::eventpair token)
void ExportResourceCmdDeprecated ()
Default constructs a |ExportResourceCmdDeprecated| only if all of its members are default constructible.
Defined at line 382 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void ExportResourceCmdDeprecated (ExportResourceCmdDeprecated && )
Defined at line 385 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
uint32_t id ()
uint32_t & id ()
ExportResourceCmdDeprecated & id (uint32_t value)
Setter for id.
ExportResourceCmdDeprecated & operator= (ExportResourceCmdDeprecated && )
Defined at line 386 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
const ::zx::eventpair & token ()
::zx::eventpair & token ()
ExportResourceCmdDeprecated & token (::zx::eventpair value)
Setter for token.
void ExportResourceCmdDeprecated (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits