#[repr(C)]pub struct InputAttachmentAspectReference {
pub subpass: u32,
pub input_attachment_index: u32,
pub aspect_mask: ImageAspectFlags,
}Expand description
VkInputAttachmentAspectReference
Provided by VK_GRAPHICS_VERSION_1_1.
Fields§
§subpass: u32§input_attachment_index: u32§aspect_mask: ImageAspectFlagsImplementations§
Source§impl InputAttachmentAspectReference
impl InputAttachmentAspectReference
Sourcepub fn builder() -> InputAttachmentAspectReferenceBuilder
pub fn builder() -> InputAttachmentAspectReferenceBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for InputAttachmentAspectReference
impl Clone for InputAttachmentAspectReference
Source§fn clone(&self) -> InputAttachmentAspectReference
fn clone(&self) -> InputAttachmentAspectReference
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 InputAttachmentAspectReference
Auto Trait Implementations§
impl Freeze for InputAttachmentAspectReference
impl RefUnwindSafe for InputAttachmentAspectReference
impl Send for InputAttachmentAspectReference
impl Sync for InputAttachmentAspectReference
impl Unpin for InputAttachmentAspectReference
impl UnsafeUnpin for InputAttachmentAspectReference
impl UnwindSafe for InputAttachmentAspectReference
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