pub struct CopyMemoryToImageIndirectCommandKHRBuilder { /* private fields */ }Expand description
Builder for CopyMemoryToImageIndirectCommandKHR.
Implementations§
Source§impl CopyMemoryToImageIndirectCommandKHRBuilder
impl CopyMemoryToImageIndirectCommandKHRBuilder
pub fn src_address(self, value: u64) -> Self
pub fn buffer_row_length(self, value: u32) -> Self
pub fn buffer_image_height(self, value: u32) -> Self
pub fn image_subresource(self, value: ImageSubresourceLayers) -> Self
pub fn image_offset(self, value: Offset3D) -> Self
pub fn image_extent(self, value: Extent3D) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopyMemoryToImageIndirectCommandKHRBuilder
impl RefUnwindSafe for CopyMemoryToImageIndirectCommandKHRBuilder
impl Send for CopyMemoryToImageIndirectCommandKHRBuilder
impl Sync for CopyMemoryToImageIndirectCommandKHRBuilder
impl Unpin for CopyMemoryToImageIndirectCommandKHRBuilder
impl UnsafeUnpin for CopyMemoryToImageIndirectCommandKHRBuilder
impl UnwindSafe for CopyMemoryToImageIndirectCommandKHRBuilder
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