pub struct SubpassMergeStatusEXT(/* private fields */);Expand description
Implementations§
Source§impl SubpassMergeStatusEXT
impl SubpassMergeStatusEXT
pub const MERGED: SubpassMergeStatusEXT
pub const DISALLOWED: SubpassMergeStatusEXT
pub const NOT_MERGED_SIDE_EFFECTS: SubpassMergeStatusEXT
pub const NOT_MERGED_SAMPLES_MISMATCH: SubpassMergeStatusEXT
pub const NOT_MERGED_VIEWS_MISMATCH: SubpassMergeStatusEXT
pub const NOT_MERGED_ALIASING: SubpassMergeStatusEXT
pub const NOT_MERGED_DEPENDENCIES: SubpassMergeStatusEXT
pub const NOT_MERGED_INCOMPATIBLE_INPUT_ATTACHMENT: SubpassMergeStatusEXT
pub const NOT_MERGED_TOO_MANY_ATTACHMENTS: SubpassMergeStatusEXT
pub const NOT_MERGED_INSUFFICIENT_STORAGE: SubpassMergeStatusEXT
pub const NOT_MERGED_DEPTH_STENCIL_COUNT: SubpassMergeStatusEXT
pub const NOT_MERGED_RESOLVE_ATTACHMENT_REUSE: SubpassMergeStatusEXT
pub const NOT_MERGED_SINGLE_SUBPASS: SubpassMergeStatusEXT
pub const NOT_MERGED_UNSPECIFIED: SubpassMergeStatusEXT
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§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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)