class ConnectionInfo

Defined at line 6580 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Public Methods

void ConnectionInfo (Storage_ storage)
void ConnectionInfo ()

Defined at line 6585 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

void ConnectionInfo (ConnectionInfo && )

Defined at line 6586 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

bool IsEmpty ()
ConnectionInfo & operator= (ConnectionInfo && )

Defined at line 6587 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

const std::optional< ::fuchsia_io::Operations> & rights ()

The rights possessed by the current connection. Note: `rights` limits

the set of operations allowed on the connection, but does not guarantee

their availability. For example, one may have the [`Rights.EXECUTE`]

right on a file connection, but the file itself does not have the

`EXECUTE` ability, and hence cannot be executed. See

[`ConnectionOptions.rights`].

::std::optional< ::fuchsia_io::Operations> & rights ()

The rights possessed by the current connection. Note: `rights` limits

the set of operations allowed on the connection, but does not guarantee

their availability. For example, one may have the [`Rights.EXECUTE`]

right on a file connection, but the file itself does not have the

`EXECUTE` ability, and hence cannot be executed. See

[`ConnectionOptions.rights`].

ConnectionInfo & rights (std::optional< ::fuchsia_io::Operations> value)

The rights possessed by the current connection. Note: `rights` limits

the set of operations allowed on the connection, but does not guarantee

their availability. For example, one may have the [`Rights.EXECUTE`]

right on a file connection, but the file itself does not have the

`EXECUTE` ability, and hence cannot be executed. See

[`ConnectionOptions.rights`].

void ConnectionInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits