Struct screen_13::prelude::vk::AttachmentDescriptionFlags
source · pub struct AttachmentDescriptionFlags(_);Expand description
Implementations§
source§impl AttachmentDescriptionFlags
impl AttachmentDescriptionFlags
pub const fn empty() -> AttachmentDescriptionFlags
pub const fn from_raw(x: u32) -> AttachmentDescriptionFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: AttachmentDescriptionFlags) -> bool
sourcepub const fn contains(self, other: AttachmentDescriptionFlags) -> bool
pub const fn contains(self, other: AttachmentDescriptionFlags) -> bool
Returns whether other is a subset of self
source§impl AttachmentDescriptionFlags
impl AttachmentDescriptionFlags
sourcepub const MAY_ALIAS: AttachmentDescriptionFlags = Self(1)
pub const MAY_ALIAS: AttachmentDescriptionFlags = Self(1)
The attachment may alias physical memory of another attachment in the same render pass
Trait Implementations§
source§impl BitAnd<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitAnd<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
& operator.source§fn bitand(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
fn bitand(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
Performs the
& operation. Read moresource§impl BitAndAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitAndAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn bitand_assign(&mut self, rhs: AttachmentDescriptionFlags)
fn bitand_assign(&mut self, rhs: AttachmentDescriptionFlags)
Performs the
&= operation. Read moresource§impl BitOr<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitOr<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
| operator.source§fn bitor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
fn bitor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
Performs the
| operation. Read moresource§impl BitOrAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitOrAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn bitor_assign(&mut self, rhs: AttachmentDescriptionFlags)
fn bitor_assign(&mut self, rhs: AttachmentDescriptionFlags)
Performs the
|= operation. Read moresource§impl BitXor<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitXor<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
fn bitxor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
Performs the
^ operation. Read moresource§impl BitXorAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
impl BitXorAssign<AttachmentDescriptionFlags> for AttachmentDescriptionFlags
source§fn bitxor_assign(&mut self, rhs: AttachmentDescriptionFlags)
fn bitxor_assign(&mut self, rhs: AttachmentDescriptionFlags)
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§fn default() -> AttachmentDescriptionFlags
fn default() -> AttachmentDescriptionFlags
Returns the “default value” for a type. Read more
source§impl Hash for AttachmentDescriptionFlags
impl Hash for AttachmentDescriptionFlags
source§impl Not for AttachmentDescriptionFlags
impl Not for AttachmentDescriptionFlags
§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
! operator.source§fn not(self) -> AttachmentDescriptionFlags
fn not(self) -> AttachmentDescriptionFlags
Performs the unary
! operation. Read moresource§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