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