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 duplicate 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§impl PartialOrd for SubpassMergeStatusEXT
 
impl PartialOrd for SubpassMergeStatusEXT
impl 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