#[repr(C)]pub struct VkCopyMemoryToImageInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkHostImageCopyFlagsEXT,
pub dstImage: VkImage,
pub dstImageLayout: VkImageLayout,
pub regionCount: u32,
pub pRegions: *const VkMemoryToImageCopyEXT,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§flags: VkHostImageCopyFlagsEXT
§dstImage: VkImage
§dstImageLayout: VkImageLayout
§regionCount: u32
§pRegions: *const VkMemoryToImageCopyEXT
Trait Implementations§
Source§impl Clone for VkCopyMemoryToImageInfoEXT
impl Clone for VkCopyMemoryToImageInfoEXT
Source§fn clone(&self) -> VkCopyMemoryToImageInfoEXT
fn clone(&self) -> VkCopyMemoryToImageInfoEXT
Returns a duplicate 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 Debug for VkCopyMemoryToImageInfoEXT
impl Debug for VkCopyMemoryToImageInfoEXT
impl Copy for VkCopyMemoryToImageInfoEXT
Auto Trait Implementations§
impl Freeze for VkCopyMemoryToImageInfoEXT
impl RefUnwindSafe for VkCopyMemoryToImageInfoEXT
impl !Send for VkCopyMemoryToImageInfoEXT
impl !Sync for VkCopyMemoryToImageInfoEXT
impl Unpin for VkCopyMemoryToImageInfoEXT
impl UnwindSafe for VkCopyMemoryToImageInfoEXT
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