#[repr(C)]pub struct VkRenderingInputAttachmentIndexInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub colorAttachmentCount: u32,
pub pColorAttachmentInputIndices: *const u32,
pub pDepthInputAttachmentIndex: *const u32,
pub pStencilInputAttachmentIndex: *const u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§colorAttachmentCount: u32§pColorAttachmentInputIndices: *const u32§pDepthInputAttachmentIndex: *const u32§pStencilInputAttachmentIndex: *const u32Trait Implementations§
Source§impl Clone for VkRenderingInputAttachmentIndexInfoKHR
impl Clone for VkRenderingInputAttachmentIndexInfoKHR
Source§fn clone(&self) -> VkRenderingInputAttachmentIndexInfoKHR
fn clone(&self) -> VkRenderingInputAttachmentIndexInfoKHR
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 moreimpl Copy for VkRenderingInputAttachmentIndexInfoKHR
Auto Trait Implementations§
impl Freeze for VkRenderingInputAttachmentIndexInfoKHR
impl RefUnwindSafe for VkRenderingInputAttachmentIndexInfoKHR
impl !Send for VkRenderingInputAttachmentIndexInfoKHR
impl !Sync for VkRenderingInputAttachmentIndexInfoKHR
impl Unpin for VkRenderingInputAttachmentIndexInfoKHR
impl UnwindSafe for VkRenderingInputAttachmentIndexInfoKHR
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