Struct ash::vk::AttachmentDescriptionFlags
source · #[repr(transparent)]pub struct AttachmentDescriptionFlags(_);
Expand description
Implementations§
source§impl AttachmentDescriptionFlags
impl AttachmentDescriptionFlags
Trait Implementations§
source§impl BitAndAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitAndAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitOrAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitXorAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for AttachmentDescriptionFlags
impl Clone for AttachmentDescriptionFlags
source§fn clone(&self) -> AttachmentDescriptionFlags
fn clone(&self) -> AttachmentDescriptionFlags
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 Debug for AttachmentDescriptionFlags
impl Debug for AttachmentDescriptionFlags
source§impl Default for AttachmentDescriptionFlags
impl Default for AttachmentDescriptionFlags
source§impl Hash for AttachmentDescriptionFlags
impl Hash for AttachmentDescriptionFlags
source§impl Not for AttachmentDescriptionFlags
impl Not for AttachmentDescriptionFlags
source§impl Ord for AttachmentDescriptionFlags
impl Ord for AttachmentDescriptionFlags
source§fn cmp(&self, other: &AttachmentDescriptionFlags) -> Ordering
fn cmp(&self, other: &AttachmentDescriptionFlags) -> 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<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl PartialEq<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn eq(&self, other: &AttachmentDescriptionFlags) -> bool
fn eq(&self, other: &AttachmentDescriptionFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl PartialOrd<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn partial_cmp(&self, other: &AttachmentDescriptionFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &AttachmentDescriptionFlags) -> 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 more