#[repr(C)]pub struct VkSubpassDescription {
pub flags: VkSubpassDescriptionFlags,
pub pipelineBindPoint: VkPipelineBindPoint,
pub inputAttachmentCount: u32,
pub pInputAttachments: *const VkAttachmentReference,
pub colorAttachmentCount: u32,
pub pColorAttachments: *const VkAttachmentReference,
pub pResolveAttachments: *const VkAttachmentReference,
pub pDepthStencilAttachment: *const VkAttachmentReference,
pub preserveAttachmentCount: u32,
pub pPreserveAttachments: *const u32,
}
Fields§
§flags: VkSubpassDescriptionFlags
§pipelineBindPoint: VkPipelineBindPoint
§inputAttachmentCount: u32
§pInputAttachments: *const VkAttachmentReference
§colorAttachmentCount: u32
§pColorAttachments: *const VkAttachmentReference
§pResolveAttachments: *const VkAttachmentReference
§pDepthStencilAttachment: *const VkAttachmentReference
§preserveAttachmentCount: u32
§pPreserveAttachments: *const u32
Trait Implementations§
source§impl Clone for VkSubpassDescription
impl Clone for VkSubpassDescription
source§fn clone(&self) -> VkSubpassDescription
fn clone(&self) -> VkSubpassDescription
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 Default for VkSubpassDescription
impl Default for VkSubpassDescription
impl Copy for VkSubpassDescription
Auto Trait Implementations§
impl Freeze for VkSubpassDescription
impl RefUnwindSafe for VkSubpassDescription
impl !Send for VkSubpassDescription
impl !Sync for VkSubpassDescription
impl Unpin for VkSubpassDescription
impl UnwindSafe for VkSubpassDescription
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)