Struct ash::vk::SubpassMergeStatusEXT
source · pub struct SubpassMergeStatusEXT(/* private fields */);
Expand description
Implementations§
source§impl SubpassMergeStatusEXT
impl SubpassMergeStatusEXT
pub const MERGED: Self = _
pub const DISALLOWED: Self = _
pub const NOT_MERGED_SIDE_EFFECTS: Self = _
pub const NOT_MERGED_SAMPLES_MISMATCH: Self = _
pub const NOT_MERGED_VIEWS_MISMATCH: Self = _
pub const NOT_MERGED_ALIASING: Self = _
pub const NOT_MERGED_DEPENDENCIES: Self = _
pub const NOT_MERGED_INCOMPATIBLE_INPUT_ATTACHMENT: Self = _
pub const NOT_MERGED_TOO_MANY_ATTACHMENTS: Self = _
pub const NOT_MERGED_INSUFFICIENT_STORAGE: Self = _
pub const NOT_MERGED_DEPTH_STENCIL_COUNT: Self = _
pub const NOT_MERGED_RESOLVE_ATTACHMENT_REUSE: Self = _
pub const NOT_MERGED_SINGLE_SUBPASS: Self = _
pub const NOT_MERGED_UNSPECIFIED: Self = _
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 for SubpassMergeStatusEXT
impl PartialEq 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 for SubpassMergeStatusEXT
impl PartialOrd 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 moreimpl Copy for SubpassMergeStatusEXT
impl Eq for SubpassMergeStatusEXT
impl StructuralPartialEq for SubpassMergeStatusEXT
Auto Trait Implementations§
impl Freeze for SubpassMergeStatusEXT
impl RefUnwindSafe for SubpassMergeStatusEXT
impl Send for SubpassMergeStatusEXT
impl Sync for SubpassMergeStatusEXT
impl Unpin for SubpassMergeStatusEXT
impl UnwindSafe for SubpassMergeStatusEXT
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