#[repr(C)]pub struct CopyMemoryToImageIndirectCommandNV {
pub srcAddress: DeviceAddress,
pub bufferRowLength: u32,
pub bufferImageHeight: u32,
pub imageSubresource: ImageSubresourceLayers,
pub imageOffset: Offset3D,
pub imageExtent: Extent3D,
}
Fields§
§srcAddress: DeviceAddress
§bufferRowLength: u32
§bufferImageHeight: u32
§imageSubresource: ImageSubresourceLayers
§imageOffset: Offset3D
§imageExtent: Extent3D
Trait Implementations§
Source§impl Clone for CopyMemoryToImageIndirectCommandNV
impl Clone for CopyMemoryToImageIndirectCommandNV
Source§fn clone(&self) -> CopyMemoryToImageIndirectCommandNV
fn clone(&self) -> CopyMemoryToImageIndirectCommandNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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