class CoordinatorSetDisplayModeRequest
Defined at line 452 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
Public Methods
void CoordinatorSetDisplayModeRequest (Storage_ storage)
void CoordinatorSetDisplayModeRequest (::fuchsia_hardware_display_types::DisplayId display_id, ::fuchsia_hardware_display_types::Mode mode)
void CoordinatorSetDisplayModeRequest ()
Default constructs a |CoordinatorSetDisplayModeRequest| only if all of its members are default constructible.
Defined at line 462 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
void CoordinatorSetDisplayModeRequest (CoordinatorSetDisplayModeRequest && )
Defined at line 465 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
void CoordinatorSetDisplayModeRequest (const CoordinatorSetDisplayModeRequest & other)
CoordinatorSetDisplayModeRequest & operator= (CoordinatorSetDisplayModeRequest && )
Defined at line 466 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_types.h
CoordinatorSetDisplayModeRequest & operator= (const CoordinatorSetDisplayModeRequest & other)
bool operator== (const CoordinatorSetDisplayModeRequest & other)
bool operator!= (const CoordinatorSetDisplayModeRequest & other)
const ::fuchsia_hardware_display_types::DisplayId & display_id ()
The display whose mode is changed.
The call is ignored if the display ID does not belong to a display
known by the Coordinator. This can happen if a client issues a call
to [`Coordinator.SetDisplayMode`] before it receives a notification
that the display was removed.
::fuchsia_hardware_display_types::DisplayId & display_id ()
The display whose mode is changed.
The call is ignored if the display ID does not belong to a display
known by the Coordinator. This can happen if a client issues a call
to [`Coordinator.SetDisplayMode`] before it receives a notification
that the display was removed.
CoordinatorSetDisplayModeRequest & display_id (::fuchsia_hardware_display_types::DisplayId value)
The display whose mode is changed.
The call is ignored if the display ID does not belong to a display
known by the Coordinator. This can happen if a client issues a call
to [`Coordinator.SetDisplayMode`] before it receives a notification
that the display was removed.
const ::fuchsia_hardware_display_types::Mode & mode ()
The new mode for the display.
Must be one of the [`Info.modes`] entries for the display.
::fuchsia_hardware_display_types::Mode & mode ()
The new mode for the display.
Must be one of the [`Info.modes`] entries for the display.
CoordinatorSetDisplayModeRequest & mode (::fuchsia_hardware_display_types::Mode value)
The new mode for the display.
Must be one of the [`Info.modes`] entries for the display.
void CoordinatorSetDisplayModeRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits