SDL  2.0
VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR RefreshCycleDurationGOOGLE (uint64_t refreshDuration_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR RefreshCycleDurationGOOGLE (RefreshCycleDurationGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 RefreshCycleDurationGOOGLE (VkRefreshCycleDurationGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT
 
RefreshCycleDurationGOOGLEoperator= (VkRefreshCycleDurationGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT
 
RefreshCycleDurationGOOGLEoperator= (RefreshCycleDurationGOOGLE const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkRefreshCycleDurationGOOGLE const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkRefreshCycleDurationGOOGLE & () VULKAN_HPP_NOEXCEPT
 
bool operator== (RefreshCycleDurationGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (RefreshCycleDurationGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

uint64_t refreshDuration = {}
 

Detailed Description

Definition at line 46055 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ RefreshCycleDurationGOOGLE() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::RefreshCycleDurationGOOGLE ( uint64_t  refreshDuration_ = {})
inline

Definition at line 46060 of file vulkan.hpp.

46061  : refreshDuration( refreshDuration_ )
46062  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ RefreshCycleDurationGOOGLE() [2/3]

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

◆ RefreshCycleDurationGOOGLE() [3/3]

VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::RefreshCycleDurationGOOGLE ( VkRefreshCycleDurationGOOGLE const &  rhs)
inline

Definition at line 46066 of file vulkan.hpp.

46067  {
46068  *this = rhs;
46069  }

Member Function Documentation

◆ operator VkRefreshCycleDurationGOOGLE &()

VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator VkRefreshCycleDurationGOOGLE & ( )
inline

Definition at line 46090 of file vulkan.hpp.

46091  {
46092  return *reinterpret_cast<VkRefreshCycleDurationGOOGLE*>( this );
46093  }

◆ operator VkRefreshCycleDurationGOOGLE const &()

VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator VkRefreshCycleDurationGOOGLE const & ( ) const
inline

Definition at line 46085 of file vulkan.hpp.

46086  {
46087  return *reinterpret_cast<const VkRefreshCycleDurationGOOGLE*>( this );
46088  }

◆ operator!=()

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

Definition at line 46104 of file vulkan.hpp.

46105  {
46106  return !operator==( rhs );
46107  }
bool operator==(RefreshCycleDurationGOOGLE const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:46099

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 46078 of file vulkan.hpp.

46079  {
46080  memcpy( static_cast<void *>( this ), &rhs, sizeof( RefreshCycleDurationGOOGLE ) );
46081  return *this;
46082  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR RefreshCycleDurationGOOGLE(uint64_t refreshDuration_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:46060

References memcpy.

◆ operator=() [2/2]

RefreshCycleDurationGOOGLE& VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::operator= ( VkRefreshCycleDurationGOOGLE const &  rhs)
inline

Definition at line 46072 of file vulkan.hpp.

46073  {
46074  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE const *>( &rhs );
46075  return *this;
46076  }

◆ operator==()

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

Definition at line 46099 of file vulkan.hpp.

46100  {
46101  return ( refreshDuration == rhs.refreshDuration );
46102  }

Field Documentation

◆ refreshDuration

uint64_t VULKAN_HPP_NAMESPACE::RefreshCycleDurationGOOGLE::refreshDuration = {}

Definition at line 46113 of file vulkan.hpp.


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