Struct screen_13::prelude::vk::SubpassDescriptionFlags
source · pub struct SubpassDescriptionFlags(_);Expand description
Implementations
sourceimpl SubpassDescriptionFlags
impl SubpassDescriptionFlags
pub const fn empty() -> SubpassDescriptionFlags
pub const fn from_raw(x: u32) -> SubpassDescriptionFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: SubpassDescriptionFlags) -> bool
sourcepub const fn contains(self, other: SubpassDescriptionFlags) -> bool
pub const fn contains(self, other: SubpassDescriptionFlags) -> bool
Returns whether other is a subset of self
sourceimpl SubpassDescriptionFlags
impl SubpassDescriptionFlags
Generated from ‘VK_NVX_multiview_per_view_attributes’
pub const PER_VIEW_ATTRIBUTES_NVX: SubpassDescriptionFlags = Self(1)
pub const PER_VIEW_POSITION_X_ONLY_NVX: SubpassDescriptionFlags = Self(2)
sourceimpl SubpassDescriptionFlags
impl SubpassDescriptionFlags
Generated from ‘VK_QCOM_render_pass_shader_resolve’
pub const FRAGMENT_REGION_QCOM: SubpassDescriptionFlags = Self(4)
pub const SHADER_RESOLVE_QCOM: SubpassDescriptionFlags = Self(8)
sourceimpl SubpassDescriptionFlags
impl SubpassDescriptionFlags
Generated from ‘VK_ARM_rasterization_order_attachment_access’
pub const RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_ARM: SubpassDescriptionFlags = Self(16)
pub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_ARM: SubpassDescriptionFlags = Self(32)
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_ARM: SubpassDescriptionFlags = Self(64)
Trait Implementations
sourceimpl BitAnd<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl BitAnd<SubpassDescriptionFlags> for SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
The resulting type after applying the
& operator.sourcefn bitand(self, rhs: SubpassDescriptionFlags) -> SubpassDescriptionFlags
fn bitand(self, rhs: SubpassDescriptionFlags) -> SubpassDescriptionFlags
Performs the
& operation. Read moresourceimpl BitAndAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl BitAndAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags
sourcefn bitand_assign(&mut self, rhs: SubpassDescriptionFlags)
fn bitand_assign(&mut self, rhs: SubpassDescriptionFlags)
Performs the
&= operation. Read moresourceimpl BitOr<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl BitOr<SubpassDescriptionFlags> for SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
The resulting type after applying the
| operator.sourcefn bitor(self, rhs: SubpassDescriptionFlags) -> SubpassDescriptionFlags
fn bitor(self, rhs: SubpassDescriptionFlags) -> SubpassDescriptionFlags
Performs the
| operation. Read moresourceimpl BitOrAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl BitOrAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags
sourcefn bitor_assign(&mut self, rhs: SubpassDescriptionFlags)
fn bitor_assign(&mut self, rhs: SubpassDescriptionFlags)
Performs the
|= operation. Read moresourceimpl BitXor<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl BitXor<SubpassDescriptionFlags> for SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
The resulting type after applying the
^ operator.sourcefn bitxor(self, rhs: SubpassDescriptionFlags) -> SubpassDescriptionFlags
fn bitxor(self, rhs: SubpassDescriptionFlags) -> SubpassDescriptionFlags
Performs the
^ operation. Read moresourceimpl BitXorAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl BitXorAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags
sourcefn bitxor_assign(&mut self, rhs: SubpassDescriptionFlags)
fn bitxor_assign(&mut self, rhs: SubpassDescriptionFlags)
Performs the
^= operation. Read moresourceimpl Clone for SubpassDescriptionFlags
impl Clone for SubpassDescriptionFlags
sourcefn clone(&self) -> SubpassDescriptionFlags
fn clone(&self) -> SubpassDescriptionFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SubpassDescriptionFlags
impl Debug for SubpassDescriptionFlags
sourceimpl Default for SubpassDescriptionFlags
impl Default for SubpassDescriptionFlags
sourcefn default() -> SubpassDescriptionFlags
fn default() -> SubpassDescriptionFlags
Returns the “default value” for a type. Read more
sourceimpl Hash for SubpassDescriptionFlags
impl Hash for SubpassDescriptionFlags
sourceimpl Not for SubpassDescriptionFlags
impl Not for SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
type Output = SubpassDescriptionFlags
The resulting type after applying the
! operator.sourcefn not(self) -> SubpassDescriptionFlags
fn not(self) -> SubpassDescriptionFlags
Performs the unary
! operation. Read moresourceimpl Ord for SubpassDescriptionFlags
impl Ord for SubpassDescriptionFlags
sourcefn cmp(&self, other: &SubpassDescriptionFlags) -> Ordering
fn cmp(&self, other: &SubpassDescriptionFlags) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl PartialEq<SubpassDescriptionFlags> for SubpassDescriptionFlags
sourcefn eq(&self, other: &SubpassDescriptionFlags) -> bool
fn eq(&self, other: &SubpassDescriptionFlags) -> bool
sourceimpl PartialOrd<SubpassDescriptionFlags> for SubpassDescriptionFlags
impl PartialOrd<SubpassDescriptionFlags> for SubpassDescriptionFlags
sourcefn partial_cmp(&self, other: &SubpassDescriptionFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &SubpassDescriptionFlags) -> Option<Ordering>
1.0.0 · sourcefn 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 SubpassDescriptionFlags
impl Eq for SubpassDescriptionFlags
impl StructuralEq for SubpassDescriptionFlags
impl StructuralPartialEq for SubpassDescriptionFlags
Auto Trait Implementations
impl RefUnwindSafe for SubpassDescriptionFlags
impl Send for SubpassDescriptionFlags
impl Sync for SubpassDescriptionFlags
impl Unpin for SubpassDescriptionFlags
impl UnwindSafe for SubpassDescriptionFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more