Struct screen_13::prelude::vk::SubpassMergeStatusEXT
source · pub struct SubpassMergeStatusEXT(_);Expand description
Implementations§
source§impl SubpassMergeStatusEXT
impl SubpassMergeStatusEXT
pub const MERGED: SubpassMergeStatusEXT = Self(0)
pub const DISALLOWED: SubpassMergeStatusEXT = Self(1)
pub const NOT_MERGED_SIDE_EFFECTS: SubpassMergeStatusEXT = Self(2)
pub const NOT_MERGED_SAMPLES_MISMATCH: SubpassMergeStatusEXT = Self(3)
pub const NOT_MERGED_VIEWS_MISMATCH: SubpassMergeStatusEXT = Self(4)
pub const NOT_MERGED_ALIASING: SubpassMergeStatusEXT = Self(5)
pub const NOT_MERGED_DEPENDENCIES: SubpassMergeStatusEXT = Self(6)
pub const NOT_MERGED_INCOMPATIBLE_INPUT_ATTACHMENT: SubpassMergeStatusEXT = Self(7)
pub const NOT_MERGED_TOO_MANY_ATTACHMENTS: SubpassMergeStatusEXT = Self(8)
pub const NOT_MERGED_INSUFFICIENT_STORAGE: SubpassMergeStatusEXT = Self(9)
pub const NOT_MERGED_DEPTH_STENCIL_COUNT: SubpassMergeStatusEXT = Self(10)
pub const NOT_MERGED_RESOLVE_ATTACHMENT_REUSE: SubpassMergeStatusEXT = Self(11)
pub const NOT_MERGED_SINGLE_SUBPASS: SubpassMergeStatusEXT = Self(12)
pub const NOT_MERGED_UNSPECIFIED: SubpassMergeStatusEXT = Self(13)
Trait Implementations§
source§impl Clone for SubpassMergeStatusEXT
impl Clone for SubpassMergeStatusEXT
source§fn clone(&self) -> SubpassMergeStatusEXT
fn clone(&self) -> SubpassMergeStatusEXT
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 SubpassMergeStatusEXT
impl Debug for SubpassMergeStatusEXT
source§impl Default for SubpassMergeStatusEXT
impl Default for SubpassMergeStatusEXT
source§fn default() -> SubpassMergeStatusEXT
fn default() -> SubpassMergeStatusEXT
Returns the “default value” for a type. Read more
source§impl Hash for SubpassMergeStatusEXT
impl Hash for SubpassMergeStatusEXT
source§impl Ord for SubpassMergeStatusEXT
impl Ord for SubpassMergeStatusEXT
source§fn cmp(&self, other: &SubpassMergeStatusEXT) -> Ordering
fn cmp(&self, other: &SubpassMergeStatusEXT) -> 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<SubpassMergeStatusEXT> for SubpassMergeStatusEXT
impl PartialEq<SubpassMergeStatusEXT> for SubpassMergeStatusEXT
source§fn eq(&self, other: &SubpassMergeStatusEXT) -> bool
fn eq(&self, other: &SubpassMergeStatusEXT) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SubpassMergeStatusEXT> for SubpassMergeStatusEXT
impl PartialOrd<SubpassMergeStatusEXT> for SubpassMergeStatusEXT
source§fn partial_cmp(&self, other: &SubpassMergeStatusEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &SubpassMergeStatusEXT) -> 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