SDL  2.0
VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR:

Public Member Functions

VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR (VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR displayPlaneProperties_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR (DisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DisplayPlaneProperties2KHR (VkDisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayPlaneProperties2KHRoperator= (VkDisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
DisplayPlaneProperties2KHRoperator= (DisplayPlaneProperties2KHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPlaneProperties2KHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDisplayPlaneProperties2KHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DisplayPlaneProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DisplayPlaneProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDisplayPlaneProperties2KHR
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR displayPlaneProperties = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPlaneProperties2KHR
 

Detailed Description

Definition at line 50807 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ DisplayPlaneProperties2KHR() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::DisplayPlaneProperties2KHR ( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR  displayPlaneProperties_ = {})
inline

Definition at line 50813 of file vulkan.hpp.

50814  : displayPlaneProperties( displayPlaneProperties_ )
50815  {}
VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR displayPlaneProperties
Definition: vulkan.hpp:50870
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ DisplayPlaneProperties2KHR() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::DisplayPlaneProperties2KHR ( DisplayPlaneProperties2KHR const &  rhs)
default

◆ DisplayPlaneProperties2KHR() [3/3]

VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::DisplayPlaneProperties2KHR ( VkDisplayPlaneProperties2KHR const &  rhs)
inline

Definition at line 50819 of file vulkan.hpp.

50820  {
50821  *this = rhs;
50822  }

Member Function Documentation

◆ operator VkDisplayPlaneProperties2KHR &()

VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator VkDisplayPlaneProperties2KHR & ( )
inline

Definition at line 50843 of file vulkan.hpp.

50844  {
50845  return *reinterpret_cast<VkDisplayPlaneProperties2KHR*>( this );
50846  }

◆ operator VkDisplayPlaneProperties2KHR const &()

VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator VkDisplayPlaneProperties2KHR const & ( ) const
inline

Definition at line 50838 of file vulkan.hpp.

50839  {
50840  return *reinterpret_cast<const VkDisplayPlaneProperties2KHR*>( this );
50841  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator!= ( DisplayPlaneProperties2KHR const &  rhs) const
inline

Definition at line 50859 of file vulkan.hpp.

50860  {
50861  return !operator==( rhs );
50862  }
bool operator==(DisplayPlaneProperties2KHR const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:50852

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

DisplayPlaneProperties2KHR& VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator= ( DisplayPlaneProperties2KHR const &  rhs)
inline

Definition at line 50831 of file vulkan.hpp.

50832  {
50833  memcpy( static_cast<void *>( this ), &rhs, sizeof( DisplayPlaneProperties2KHR ) );
50834  return *this;
50835  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR(VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR displayPlaneProperties_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:50813

References memcpy.

◆ operator=() [2/2]

DisplayPlaneProperties2KHR& VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator= ( VkDisplayPlaneProperties2KHR const &  rhs)
inline

Definition at line 50825 of file vulkan.hpp.

50826  {
50827  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR const *>( &rhs );
50828  return *this;
50829  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::operator== ( DisplayPlaneProperties2KHR const &  rhs) const
inline

Definition at line 50852 of file vulkan.hpp.

50853  {
50854  return ( sType == rhs.sType )
50855  && ( pNext == rhs.pNext )
50856  && ( displayPlaneProperties == rhs.displayPlaneProperties );
50857  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:50868

Field Documentation

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::allowDuplicate = false
static

Definition at line 50809 of file vulkan.hpp.

◆ displayPlaneProperties

VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::displayPlaneProperties = {}

Definition at line 50870 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::pNext = {}

Definition at line 50869 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::structureType = StructureType::eDisplayPlaneProperties2KHR
static

Definition at line 50810 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR::sType = StructureType::eDisplayPlaneProperties2KHR

Definition at line 50868 of file vulkan.hpp.


The documentation for this struct was generated from the following file: