#[repr(C)]pub struct VkSubpassDescription2KHR {Show 13 fields
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkSubpassDescriptionFlags,
pub pipelineBindPoint: VkPipelineBindPoint,
pub viewMask: u32,
pub inputAttachmentCount: u32,
pub pInputAttachments: *const VkAttachmentReference2KHR,
pub colorAttachmentCount: u32,
pub pColorAttachments: *const VkAttachmentReference2KHR,
pub pResolveAttachments: *const VkAttachmentReference2KHR,
pub pDepthStencilAttachment: *const VkAttachmentReference2KHR,
pub preserveAttachmentCount: u32,
pub pPreserveAttachments: *const u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§flags: VkSubpassDescriptionFlags§pipelineBindPoint: VkPipelineBindPoint§viewMask: u32§inputAttachmentCount: u32§pInputAttachments: *const VkAttachmentReference2KHR§colorAttachmentCount: u32§pColorAttachments: *const VkAttachmentReference2KHR§pResolveAttachments: *const VkAttachmentReference2KHR§pDepthStencilAttachment: *const VkAttachmentReference2KHR§preserveAttachmentCount: u32§pPreserveAttachments: *const u32Trait Implementations§
Source§impl Clone for VkSubpassDescription2KHR
impl Clone for VkSubpassDescription2KHR
Source§fn clone(&self) -> VkSubpassDescription2KHR
fn clone(&self) -> VkSubpassDescription2KHR
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 moreimpl Copy for VkSubpassDescription2KHR
Auto Trait Implementations§
impl Freeze for VkSubpassDescription2KHR
impl RefUnwindSafe for VkSubpassDescription2KHR
impl !Send for VkSubpassDescription2KHR
impl !Sync for VkSubpassDescription2KHR
impl Unpin for VkSubpassDescription2KHR
impl UnwindSafe for VkSubpassDescription2KHR
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