class MountOptions

Defined at line 1045 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void MountOptions ()

Defined at line 1047 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

void MountOptions (const MountOptions & other)

Defined at line 1048 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

MountOptions & operator= (const MountOptions & other)

Defined at line 1049 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

void MountOptions (MountOptions && other)

Defined at line 1050 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_fs_startup::wire::MountOptions> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_fs_startup::wire::MountOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fs_startup::wire::MountOptions>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::ClientEnd< ::fuchsia_fxfs::Crypt> & crypt ()

An optional connection to a crypt client (for encrypted volumes).

bool has_crypt ()
bool & as_blob ()

If true, mount as a blob filesystem.

bool has_as_blob ()
MountOptions & operator= (MountOptions && other)

Defined at line 1051 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

::fidl::StringView & uri ()

URI containing implementation specific options. For example, for FVM backed volumes, if

specified, this indicates the component URL for the filesystem should be mounted. If

unspecified, FVM backed volumes will expose the volume as a block device. At time of

writing, this is ignored by Fxfs.

bool has_uri ()
void ~MountOptions ()

Defined at line 1053 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder