Struct ash::vk::DescriptorUpdateTemplateCreateFlags
source · pub struct DescriptorUpdateTemplateCreateFlags(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign for DescriptorUpdateTemplateCreateFlags
impl BitAndAssign for DescriptorUpdateTemplateCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for DescriptorUpdateTemplateCreateFlags
impl BitOrAssign for DescriptorUpdateTemplateCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for DescriptorUpdateTemplateCreateFlags
impl BitXorAssign for DescriptorUpdateTemplateCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DescriptorUpdateTemplateCreateFlags
impl Clone for DescriptorUpdateTemplateCreateFlags
source§fn clone(&self) -> DescriptorUpdateTemplateCreateFlags
fn clone(&self) -> DescriptorUpdateTemplateCreateFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Ord for DescriptorUpdateTemplateCreateFlags
impl Ord for DescriptorUpdateTemplateCreateFlags
source§fn cmp(&self, other: &DescriptorUpdateTemplateCreateFlags) -> Ordering
fn cmp(&self, other: &DescriptorUpdateTemplateCreateFlags) -> Ordering
1.21.0 · source§fn 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
source§impl PartialEq for DescriptorUpdateTemplateCreateFlags
impl PartialEq for DescriptorUpdateTemplateCreateFlags
source§fn eq(&self, other: &DescriptorUpdateTemplateCreateFlags) -> bool
fn eq(&self, other: &DescriptorUpdateTemplateCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DescriptorUpdateTemplateCreateFlags
impl PartialOrd for DescriptorUpdateTemplateCreateFlags
source§fn partial_cmp(
&self,
other: &DescriptorUpdateTemplateCreateFlags
) -> Option<Ordering>
fn partial_cmp( &self, other: &DescriptorUpdateTemplateCreateFlags ) -> Option<Ordering>
1.0.0 · source§fn 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 DescriptorUpdateTemplateCreateFlags
impl Eq for DescriptorUpdateTemplateCreateFlags
impl StructuralPartialEq for DescriptorUpdateTemplateCreateFlags
Auto Trait Implementations§
impl Freeze for DescriptorUpdateTemplateCreateFlags
impl RefUnwindSafe for DescriptorUpdateTemplateCreateFlags
impl Send for DescriptorUpdateTemplateCreateFlags
impl Sync for DescriptorUpdateTemplateCreateFlags
impl Unpin for DescriptorUpdateTemplateCreateFlags
impl UnwindSafe for DescriptorUpdateTemplateCreateFlags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more