pub struct InputAttachmentAspectReferenceBuilder { /* private fields */ }Expand description
Builder for InputAttachmentAspectReference.
Implementations§
Source§impl InputAttachmentAspectReferenceBuilder
impl InputAttachmentAspectReferenceBuilder
pub fn subpass(self, value: u32) -> Self
pub fn input_attachment_index(self, value: u32) -> Self
pub fn aspect_mask(self, value: ImageAspectFlags) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputAttachmentAspectReferenceBuilder
impl RefUnwindSafe for InputAttachmentAspectReferenceBuilder
impl Send for InputAttachmentAspectReferenceBuilder
impl Sync for InputAttachmentAspectReferenceBuilder
impl Unpin for InputAttachmentAspectReferenceBuilder
impl UnsafeUnpin for InputAttachmentAspectReferenceBuilder
impl UnwindSafe for InputAttachmentAspectReferenceBuilder
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