Struct screen_13::prelude::vk::DescriptorUpdateTemplateType
source · pub struct DescriptorUpdateTemplateType(_);Expand description
Implementations
sourceimpl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
sourcepub const DESCRIPTOR_SET: DescriptorUpdateTemplateType = Self(0)
pub const DESCRIPTOR_SET: DescriptorUpdateTemplateType = Self(0)
Create descriptor update template for descriptor set updates
sourceimpl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_push_descriptor’
sourcepub const PUSH_DESCRIPTORS_KHR: DescriptorUpdateTemplateType = Self(1)
pub const PUSH_DESCRIPTORS_KHR: DescriptorUpdateTemplateType = Self(1)
Create descriptor update template for pushed descriptor updates
sourceimpl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_descriptor_update_template’
pub const DESCRIPTOR_SET_KHR: DescriptorUpdateTemplateType = Self::DESCRIPTOR_SET
Trait Implementations
sourceimpl Clone for DescriptorUpdateTemplateType
impl Clone for DescriptorUpdateTemplateType
sourcefn clone(&self) -> DescriptorUpdateTemplateType
fn clone(&self) -> DescriptorUpdateTemplateType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescriptorUpdateTemplateType
impl Debug for DescriptorUpdateTemplateType
sourceimpl Default for DescriptorUpdateTemplateType
impl Default for DescriptorUpdateTemplateType
sourcefn default() -> DescriptorUpdateTemplateType
fn default() -> DescriptorUpdateTemplateType
Returns the “default value” for a type. Read more
sourceimpl Hash for DescriptorUpdateTemplateType
impl Hash for DescriptorUpdateTemplateType
sourceimpl Ord for DescriptorUpdateTemplateType
impl Ord for DescriptorUpdateTemplateType
sourcefn cmp(&self, other: &DescriptorUpdateTemplateType) -> Ordering
fn cmp(&self, other: &DescriptorUpdateTemplateType) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DescriptorUpdateTemplateType> for DescriptorUpdateTemplateType
impl PartialEq<DescriptorUpdateTemplateType> for DescriptorUpdateTemplateType
sourcefn eq(&self, other: &DescriptorUpdateTemplateType) -> bool
fn eq(&self, other: &DescriptorUpdateTemplateType) -> bool
sourceimpl PartialOrd<DescriptorUpdateTemplateType> for DescriptorUpdateTemplateType
impl PartialOrd<DescriptorUpdateTemplateType> for DescriptorUpdateTemplateType
sourcefn partial_cmp(&self, other: &DescriptorUpdateTemplateType) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorUpdateTemplateType) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DescriptorUpdateTemplateType
impl Eq for DescriptorUpdateTemplateType
impl StructuralEq for DescriptorUpdateTemplateType
impl StructuralPartialEq for DescriptorUpdateTemplateType
Auto Trait Implementations
impl RefUnwindSafe for DescriptorUpdateTemplateType
impl Send for DescriptorUpdateTemplateType
impl Sync for DescriptorUpdateTemplateType
impl Unpin for DescriptorUpdateTemplateType
impl UnwindSafe for DescriptorUpdateTemplateType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more