#[repr(C)]pub struct VkRenderingInputAttachmentIndexInfo {
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 u32
Trait Implementations§
Source§impl Clone for VkRenderingInputAttachmentIndexInfo
impl Clone for VkRenderingInputAttachmentIndexInfo
Source§fn clone(&self) -> VkRenderingInputAttachmentIndexInfo
fn clone(&self) -> VkRenderingInputAttachmentIndexInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkRenderingInputAttachmentIndexInfo
Auto Trait Implementations§
impl Freeze for VkRenderingInputAttachmentIndexInfo
impl RefUnwindSafe for VkRenderingInputAttachmentIndexInfo
impl !Send for VkRenderingInputAttachmentIndexInfo
impl !Sync for VkRenderingInputAttachmentIndexInfo
impl Unpin for VkRenderingInputAttachmentIndexInfo
impl UnwindSafe for VkRenderingInputAttachmentIndexInfo
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