[][src]Struct ash::vk::DescriptorUpdateTemplateType

#[repr(transparent)]pub struct DescriptorUpdateTemplateType(_);

Implementations

impl DescriptorUpdateTemplateType[src]

pub const fn from_raw(x: i32) -> Self[src]

pub const fn as_raw(self) -> i32[src]

impl DescriptorUpdateTemplateType[src]

pub const DESCRIPTOR_SET: Self[src]

Create descriptor update template for descriptor set updates

impl DescriptorUpdateTemplateType[src]

Generated from 'VK_KHR_push_descriptor'

impl DescriptorUpdateTemplateType[src]

Generated from 'VK_KHR_descriptor_update_template'

pub const DESCRIPTOR_SET_KHR: Self[src]

Trait Implementations

impl Clone for DescriptorUpdateTemplateType[src]

impl Copy for DescriptorUpdateTemplateType[src]

impl Debug for DescriptorUpdateTemplateType[src]

impl Default for DescriptorUpdateTemplateType[src]

impl Eq for DescriptorUpdateTemplateType[src]

impl Hash for DescriptorUpdateTemplateType[src]

impl Ord for DescriptorUpdateTemplateType[src]

impl PartialEq<DescriptorUpdateTemplateType> for DescriptorUpdateTemplateType[src]

impl PartialOrd<DescriptorUpdateTemplateType> for DescriptorUpdateTemplateType[src]

impl StructuralEq for DescriptorUpdateTemplateType[src]

impl StructuralPartialEq for DescriptorUpdateTemplateType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.