#[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 VkImageToMemoryCopyEXTTrait 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 (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 VkCopyImageToMemoryInfoEXT
Auto Trait Implementations§
impl !Send for VkCopyImageToMemoryInfoEXT
impl !Sync for VkCopyImageToMemoryInfoEXT
impl Freeze for VkCopyImageToMemoryInfoEXT
impl RefUnwindSafe for VkCopyImageToMemoryInfoEXT
impl Unpin for VkCopyImageToMemoryInfoEXT
impl UnsafeUnpin 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