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