class ClientPriority
Defined at line 241 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
Decides which Display Coordinator client owns the displays.
The Display Coordinator has at most one connected client at each priority
level. The client with the highest priority level owns the displays. Higher
numerical values represent higher priorities.
[`fuchsia.hardware.display/INVALID_CLIENT_PRIORITY_VALUE`] is reserved as a
null value placeholder. Clients may not ask for this priority level when
connecting to the Coordinator.
Public Methods
void ClientPriority (Storage_ storage)
void ClientPriority (uint32_t value)
void ClientPriority ()
Default constructs a |ClientPriority| only if all of its members are default constructible.
Defined at line 251 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
void ClientPriority (ClientPriority && )
Defined at line 254 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
void ClientPriority (const ClientPriority & other)
ClientPriority & operator= (ClientPriority && )
Defined at line 255 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
ClientPriority & operator= (const ClientPriority & other)
bool operator== (const ClientPriority & other)
bool operator!= (const ClientPriority & other)
uint32_t value ()
uint32_t & value ()
ClientPriority & value (uint32_t value)
Setter for value.
void ClientPriority (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits