Struct ash::vk::AttachmentDescriptionFlags
source · pub struct AttachmentDescriptionFlags(/* private fields */);
Expand description
Implementations§
source§impl AttachmentDescriptionFlags
impl AttachmentDescriptionFlags
Trait Implementations§
source§impl BitAnd for AttachmentDescriptionFlags
impl BitAnd for AttachmentDescriptionFlags
source§impl BitAndAssign for AttachmentDescriptionFlags
impl BitAndAssign for AttachmentDescriptionFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for AttachmentDescriptionFlags
impl BitOr for AttachmentDescriptionFlags
source§impl BitOrAssign for AttachmentDescriptionFlags
impl BitOrAssign for AttachmentDescriptionFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for AttachmentDescriptionFlags
impl BitXor for AttachmentDescriptionFlags
source§impl BitXorAssign for AttachmentDescriptionFlags
impl BitXorAssign 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 for AttachmentDescriptionFlags
impl PartialEq 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 for AttachmentDescriptionFlags
impl PartialOrd 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 moreimpl Copy for AttachmentDescriptionFlags
impl Eq for AttachmentDescriptionFlags
impl StructuralPartialEq for AttachmentDescriptionFlags
Auto Trait Implementations§
impl Freeze for AttachmentDescriptionFlags
impl RefUnwindSafe for AttachmentDescriptionFlags
impl Send for AttachmentDescriptionFlags
impl Sync for AttachmentDescriptionFlags
impl Unpin for AttachmentDescriptionFlags
impl UnwindSafe for AttachmentDescriptionFlags
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