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§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)