Struct ash::vk::CopyMemoryToImageIndirectCommandNV
source · #[repr(C)]pub struct CopyMemoryToImageIndirectCommandNV {
pub src_address: DeviceAddress,
pub buffer_row_length: u32,
pub buffer_image_height: u32,
pub image_subresource: ImageSubresourceLayers,
pub image_offset: Offset3D,
pub image_extent: Extent3D,
}
Expand description
Fields§
§src_address: DeviceAddress
§buffer_row_length: u32
§buffer_image_height: u32
§image_subresource: ImageSubresourceLayers
§image_offset: Offset3D
§image_extent: Extent3D
Implementations§
source§impl CopyMemoryToImageIndirectCommandNV
impl CopyMemoryToImageIndirectCommandNV
pub fn builder<'a>() -> CopyMemoryToImageIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for CopyMemoryToImageIndirectCommandNV
impl Clone for CopyMemoryToImageIndirectCommandNV
source§fn clone(&self) -> CopyMemoryToImageIndirectCommandNV
fn clone(&self) -> CopyMemoryToImageIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CopyMemoryToImageIndirectCommandNV
impl Default for CopyMemoryToImageIndirectCommandNV
source§fn default() -> CopyMemoryToImageIndirectCommandNV
fn default() -> CopyMemoryToImageIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for CopyMemoryToImageIndirectCommandNV
Auto Trait Implementations§
impl Freeze for CopyMemoryToImageIndirectCommandNV
impl RefUnwindSafe for CopyMemoryToImageIndirectCommandNV
impl Send for CopyMemoryToImageIndirectCommandNV
impl Sync for CopyMemoryToImageIndirectCommandNV
impl Unpin for CopyMemoryToImageIndirectCommandNV
impl UnwindSafe for CopyMemoryToImageIndirectCommandNV
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