pub struct InputAttachmentAspectReferenceBuilder { /* private fields */ }Expand description
Builder for InputAttachmentAspectReference.
Implementations§
Source§impl InputAttachmentAspectReferenceBuilder
impl InputAttachmentAspectReferenceBuilder
pub fn subpass(self, value: u32) -> InputAttachmentAspectReferenceBuilder
pub fn input_attachment_index( self, value: u32, ) -> InputAttachmentAspectReferenceBuilder
pub fn aspect_mask( self, value: ImageAspectFlagBits, ) -> InputAttachmentAspectReferenceBuilder
Trait Implementations§
Source§impl Deref for InputAttachmentAspectReferenceBuilder
impl Deref for InputAttachmentAspectReferenceBuilder
Source§type Target = InputAttachmentAspectReference
type Target = InputAttachmentAspectReference
The resulting type after dereferencing.
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