class VmoInfo
Defined at line 287 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
VMO information for registering VMOs. Only used for `RegisterVmos()` to convey the ID to register
a VMO to and its size.
Public Methods
void VmoInfo (Storage_ storage)
void VmoInfo ()
Defined at line 293 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
void VmoInfo (VmoInfo && )
Defined at line 294 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
void VmoInfo (const VmoInfo & other)
VmoInfo & operator= (VmoInfo && )
Defined at line 295 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
VmoInfo & operator= (const VmoInfo & other)
bool operator== (const VmoInfo & other)
bool operator!= (const VmoInfo & other)
bool IsEmpty ()
const std::optional<uint64_t> & id ()
ID corresponding to the VMO to be registered.
::std::optional<uint64_t> & id ()
ID corresponding to the VMO to be registered.
VmoInfo & id (std::optional<uint64_t> value)
ID corresponding to the VMO to be registered.
const std::optional<uint64_t> & size ()
Size of VMO to register.
::std::optional<uint64_t> & size ()
Size of VMO to register.
VmoInfo & size (std::optional<uint64_t> value)
Size of VMO to register.
void VmoInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits