class NodeQueryFilesystemResponse
Defined at line 5172 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void NodeQueryFilesystemResponse (Storage_ storage)
void NodeQueryFilesystemResponse (int32_t s, ::fidl::Box< ::fuchsia_io::FilesystemInfo> info)
void NodeQueryFilesystemResponse ()
Default constructs a |NodeQueryFilesystemResponse| only if all of its members are default constructible.
Defined at line 5182 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void NodeQueryFilesystemResponse (NodeQueryFilesystemResponse && )
Defined at line 5185 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void NodeQueryFilesystemResponse (const NodeQueryFilesystemResponse & other)
NodeQueryFilesystemResponse & operator= (NodeQueryFilesystemResponse && )
Defined at line 5186 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
NodeQueryFilesystemResponse & operator= (const NodeQueryFilesystemResponse & other)
bool operator== (const NodeQueryFilesystemResponse & other)
bool operator!= (const NodeQueryFilesystemResponse & other)
int32_t s ()
int32_t & s ()
NodeQueryFilesystemResponse & s (int32_t value)
Setter for s.
const ::fidl::Box< ::fuchsia_io::FilesystemInfo> & info ()
::fidl::Box< ::fuchsia_io::FilesystemInfo> & info ()
NodeQueryFilesystemResponse & info (::fidl::Box< ::fuchsia_io::FilesystemInfo> value)
Setter for info.
void NodeQueryFilesystemResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits