Skip to main content

VkDeviceObjectReservationCreateInfo

Struct VkDeviceObjectReservationCreateInfo 

Source
#[repr(C)]
pub struct VkDeviceObjectReservationCreateInfo {
Show 43 fields pub sType: VkStructureType, pub pNext: *const void, pub pipelineCacheCreateInfoCount: uint32_t, pub pPipelineCacheCreateInfos: *const VkPipelineCacheCreateInfo, pub pipelinePoolSizeCount: uint32_t, pub pPipelinePoolSizes: *const VkPipelinePoolSize, pub semaphoreRequestCount: uint32_t, pub commandBufferRequestCount: uint32_t, pub fenceRequestCount: uint32_t, pub deviceMemoryRequestCount: uint32_t, pub bufferRequestCount: uint32_t, pub imageRequestCount: uint32_t, pub eventRequestCount: uint32_t, pub queryPoolRequestCount: uint32_t, pub bufferViewRequestCount: uint32_t, pub imageViewRequestCount: uint32_t, pub layeredImageViewRequestCount: uint32_t, pub pipelineCacheRequestCount: uint32_t, pub pipelineLayoutRequestCount: uint32_t, pub renderPassRequestCount: uint32_t, pub graphicsPipelineRequestCount: uint32_t, pub computePipelineRequestCount: uint32_t, pub descriptorSetLayoutRequestCount: uint32_t, pub samplerRequestCount: uint32_t, pub descriptorPoolRequestCount: uint32_t, pub descriptorSetRequestCount: uint32_t, pub framebufferRequestCount: uint32_t, pub commandPoolRequestCount: uint32_t, pub samplerYcbcrConversionRequestCount: uint32_t, pub surfaceRequestCount: uint32_t, pub swapchainRequestCount: uint32_t, pub displayModeRequestCount: uint32_t, pub subpassDescriptionRequestCount: uint32_t, pub attachmentDescriptionRequestCount: uint32_t, pub descriptorSetLayoutBindingRequestCount: uint32_t, pub descriptorSetLayoutBindingLimit: uint32_t, pub maxImageViewMipLevels: uint32_t, pub maxImageViewArrayLayers: uint32_t, pub maxLayeredImageViewMipLevels: uint32_t, pub maxOcclusionQueriesPerPool: uint32_t, pub maxPipelineStatisticsQueriesPerPool: uint32_t, pub maxTimestampQueriesPerPool: uint32_t, pub maxImmutableSamplersPerDescriptorSetLayout: uint32_t,
}
Expand description

VkDeviceObjectReservationCreateInfo

Fields§

§sType: VkStructureType§pNext: *const void§pipelineCacheCreateInfoCount: uint32_t§pPipelineCacheCreateInfos: *const VkPipelineCacheCreateInfo§pipelinePoolSizeCount: uint32_t§pPipelinePoolSizes: *const VkPipelinePoolSize§semaphoreRequestCount: uint32_t§commandBufferRequestCount: uint32_t§fenceRequestCount: uint32_t§deviceMemoryRequestCount: uint32_t§bufferRequestCount: uint32_t§imageRequestCount: uint32_t§eventRequestCount: uint32_t§queryPoolRequestCount: uint32_t§bufferViewRequestCount: uint32_t§imageViewRequestCount: uint32_t§layeredImageViewRequestCount: uint32_t§pipelineCacheRequestCount: uint32_t§pipelineLayoutRequestCount: uint32_t§renderPassRequestCount: uint32_t§graphicsPipelineRequestCount: uint32_t§computePipelineRequestCount: uint32_t§descriptorSetLayoutRequestCount: uint32_t§samplerRequestCount: uint32_t§descriptorPoolRequestCount: uint32_t§descriptorSetRequestCount: uint32_t§framebufferRequestCount: uint32_t§commandPoolRequestCount: uint32_t§samplerYcbcrConversionRequestCount: uint32_t§surfaceRequestCount: uint32_t§swapchainRequestCount: uint32_t§displayModeRequestCount: uint32_t§subpassDescriptionRequestCount: uint32_t§attachmentDescriptionRequestCount: uint32_t§descriptorSetLayoutBindingRequestCount: uint32_t§descriptorSetLayoutBindingLimit: uint32_t§maxImageViewMipLevels: uint32_t§maxImageViewArrayLayers: uint32_t§maxLayeredImageViewMipLevels: uint32_t§maxOcclusionQueriesPerPool: uint32_t§maxPipelineStatisticsQueriesPerPool: uint32_t§maxTimestampQueriesPerPool: uint32_t§maxImmutableSamplersPerDescriptorSetLayout: uint32_t

Implementations§

Trait Implementations§

Source§

impl Chainable for VkDeviceObjectReservationCreateInfo

Source§

const TYPE: VkStructureType = VK_STRUCTURE_TYPE_DEVICE_OBJECT_RESERVATION_CREATE_INFO

The value of sType field
Source§

fn p_next(&self) -> &*const c_void

The const reference of pNext field
Source§

fn p_next_mut(&mut self) -> &mut *mut c_void

The mutable reference of pNext field
Source§

unsafe fn push_next<E: Extend<Self>>(&mut self, ex: &mut E) -> &mut Self

Push the next struct to the chain
Source§

unsafe fn next(&self) -> Option<&VkBaseInStructure>

Get the next struct in the chain
Source§

unsafe fn next_mut(&mut self) -> Option<&mut VkBaseOutStructure>

Get the next struct in the chain
Source§

unsafe fn upcast(&self) -> &VkBaseInStructure

Upcast the struct to VkBaseInStructure
Source§

unsafe fn upcast_mut(&mut self) -> &mut VkBaseOutStructure

Upcast the struct to VkBaseOutStructure
Source§

impl Clone for VkDeviceObjectReservationCreateInfo

Source§

fn clone(&self) -> VkDeviceObjectReservationCreateInfo

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for VkDeviceObjectReservationCreateInfo

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for VkDeviceObjectReservationCreateInfo

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for VkDeviceObjectReservationCreateInfo

Source§

impl Extend<VkDeviceCreateInfo> for VkDeviceObjectReservationCreateInfo

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.