#[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: ImageAspectFlagsTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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