Struct ash::vk::InputAttachmentAspectReference [−][src]
#[repr(C)]pub struct InputAttachmentAspectReference { pub subpass: u32, pub input_attachment_index: u32, pub aspect_mask: ImageAspectFlags, }
Expand description
Fields
subpass: u32input_attachment_index: u32aspect_mask: ImageAspectFlagsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for InputAttachmentAspectReference
impl Sync for InputAttachmentAspectReference
impl Unpin for InputAttachmentAspectReference
impl UnwindSafe for InputAttachmentAspectReference
Blanket Implementations
Mutably borrows from an owned value. Read more