pub enum SubpassIndex {
External,
Internal(u32),
}
Available on crate feature
VK_KHR_create_renderpass2
only.Expand description
Index specifying a subpass
Variants§
Trait Implementations§
Source§impl Clone for SubpassIndex
impl Clone for SubpassIndex
Source§fn clone(&self) -> SubpassIndex
fn clone(&self) -> SubpassIndex
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 SubpassIndex
impl Debug for SubpassIndex
Source§impl Hash for SubpassIndex
impl Hash for SubpassIndex
Source§impl PartialEq for SubpassIndex
impl PartialEq for SubpassIndex
impl Copy for SubpassIndex
impl Eq for SubpassIndex
impl StructuralPartialEq for SubpassIndex
Auto Trait Implementations§
impl Freeze for SubpassIndex
impl RefUnwindSafe for SubpassIndex
impl Send for SubpassIndex
impl Sync for SubpassIndex
impl Unpin for SubpassIndex
impl UnwindSafe for SubpassIndex
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