pub struct ImageCopyBuilder { /* private fields */ }Expand description
Builder for ImageCopy.
Implementations§
Source§impl ImageCopyBuilder
impl ImageCopyBuilder
pub fn src_subresource(self, value: ImageSubresourceLayers) -> Self
pub fn src_offset(self, value: Offset3D) -> Self
pub fn dst_subresource(self, value: ImageSubresourceLayers) -> Self
pub fn dst_offset(self, value: Offset3D) -> Self
pub fn extent(self, value: Extent3D) -> Self
Trait Implementations§
Source§impl Deref for ImageCopyBuilder
impl Deref for ImageCopyBuilder
Auto Trait Implementations§
impl Freeze for ImageCopyBuilder
impl RefUnwindSafe for ImageCopyBuilder
impl Send for ImageCopyBuilder
impl Sync for ImageCopyBuilder
impl Unpin for ImageCopyBuilder
impl UnsafeUnpin for ImageCopyBuilder
impl UnwindSafe for ImageCopyBuilder
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