class DisplayInfo
Defined at line 2981 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Provides information about a display.
Public Methods
void DisplayInfo (Storage_ storage)
void DisplayInfo (uint32_t width_in_px, uint32_t height_in_px)
void DisplayInfo ()
Default constructs a |DisplayInfo| only if all of its members are default constructible.
Defined at line 2991 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void DisplayInfo (DisplayInfo && )
Defined at line 2994 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void DisplayInfo (const DisplayInfo & other)
DisplayInfo & operator= (DisplayInfo && )
Defined at line 2995 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
DisplayInfo & operator= (const DisplayInfo & other)
bool operator== (const DisplayInfo & other)
bool operator!= (const DisplayInfo & other)
uint32_t width_in_px ()
The size of the display, in physical pixels.
uint32_t & width_in_px ()
The size of the display, in physical pixels.
DisplayInfo & width_in_px (uint32_t value)
The size of the display, in physical pixels.
uint32_t height_in_px ()
uint32_t & height_in_px ()
DisplayInfo & height_in_px (uint32_t value)
Setter for height_in_px.
void DisplayInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits