Struct screen_13::prelude::vk::DescriptorUpdateTemplate
source · pub struct DescriptorUpdateTemplate(_);Expand description
Implementations
sourceimpl DescriptorUpdateTemplate
impl DescriptorUpdateTemplate
pub const fn null() -> DescriptorUpdateTemplate
Trait Implementations
sourceimpl Clone for DescriptorUpdateTemplate
impl Clone for DescriptorUpdateTemplate
sourcefn clone(&self) -> DescriptorUpdateTemplate
fn clone(&self) -> DescriptorUpdateTemplate
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 DescriptorUpdateTemplate
impl Debug for DescriptorUpdateTemplate
sourceimpl Default for DescriptorUpdateTemplate
impl Default for DescriptorUpdateTemplate
sourcefn default() -> DescriptorUpdateTemplate
fn default() -> DescriptorUpdateTemplate
Returns the “default value” for a type. Read more
sourceimpl Handle for DescriptorUpdateTemplate
impl Handle for DescriptorUpdateTemplate
const TYPE: ObjectType = ObjectType::DESCRIPTOR_UPDATE_TEMPLATE
fn as_raw(self) -> u64
fn from_raw(x: u64) -> DescriptorUpdateTemplate
sourceimpl Hash for DescriptorUpdateTemplate
impl Hash for DescriptorUpdateTemplate
sourceimpl Ord for DescriptorUpdateTemplate
impl Ord for DescriptorUpdateTemplate
sourcefn cmp(&self, other: &DescriptorUpdateTemplate) -> Ordering
fn cmp(&self, other: &DescriptorUpdateTemplate) -> 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<DescriptorUpdateTemplate> for DescriptorUpdateTemplate
impl PartialEq<DescriptorUpdateTemplate> for DescriptorUpdateTemplate
sourcefn eq(&self, other: &DescriptorUpdateTemplate) -> bool
fn eq(&self, other: &DescriptorUpdateTemplate) -> bool
sourceimpl PartialOrd<DescriptorUpdateTemplate> for DescriptorUpdateTemplate
impl PartialOrd<DescriptorUpdateTemplate> for DescriptorUpdateTemplate
sourcefn partial_cmp(&self, other: &DescriptorUpdateTemplate) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorUpdateTemplate) -> 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 moresourceimpl Pointer for DescriptorUpdateTemplate
impl Pointer for DescriptorUpdateTemplate
impl Copy for DescriptorUpdateTemplate
impl Eq for DescriptorUpdateTemplate
impl StructuralEq for DescriptorUpdateTemplate
impl StructuralPartialEq for DescriptorUpdateTemplate
Auto Trait Implementations
impl RefUnwindSafe for DescriptorUpdateTemplate
impl Send for DescriptorUpdateTemplate
impl Sync for DescriptorUpdateTemplate
impl Unpin for DescriptorUpdateTemplate
impl UnwindSafe for DescriptorUpdateTemplate
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