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