#[repr(C)]pub struct VkMemoryToImageCopyEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pHostPointer: *const c_void,
pub memoryRowLength: u32,
pub memoryImageHeight: u32,
pub imageSubresource: VkImageSubresourceLayers,
pub imageOffset: VkOffset3D,
pub imageExtent: VkExtent3D,
}Fields§
§sType: VkStructureType§pNext: *const c_void§pHostPointer: *const c_void§memoryRowLength: u32§memoryImageHeight: u32§imageSubresource: VkImageSubresourceLayers§imageOffset: VkOffset3D§imageExtent: VkExtent3DTrait Implementations§
Source§impl Clone for VkMemoryToImageCopyEXT
impl Clone for VkMemoryToImageCopyEXT
Source§fn clone(&self) -> VkMemoryToImageCopyEXT
fn clone(&self) -> VkMemoryToImageCopyEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkMemoryToImageCopyEXT
Auto Trait Implementations§
impl !Send for VkMemoryToImageCopyEXT
impl !Sync for VkMemoryToImageCopyEXT
impl Freeze for VkMemoryToImageCopyEXT
impl RefUnwindSafe for VkMemoryToImageCopyEXT
impl Unpin for VkMemoryToImageCopyEXT
impl UnsafeUnpin for VkMemoryToImageCopyEXT
impl UnwindSafe for VkMemoryToImageCopyEXT
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