#[repr(C)]pub struct VkPhysicalDeviceHostImageCopyPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub copySrcLayoutCount: u32,
pub pCopySrcLayouts: *mut VkImageLayout,
pub copyDstLayoutCount: u32,
pub pCopyDstLayouts: *mut VkImageLayout,
pub optimalTilingLayoutUUID: [u8; 16],
pub identicalMemoryTypeRequirements: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§copySrcLayoutCount: u32
§pCopySrcLayouts: *mut VkImageLayout
§copyDstLayoutCount: u32
§pCopyDstLayouts: *mut VkImageLayout
§optimalTilingLayoutUUID: [u8; 16]
§identicalMemoryTypeRequirements: VkBool32
Trait Implementations§
source§impl Clone for VkPhysicalDeviceHostImageCopyPropertiesEXT
impl Clone for VkPhysicalDeviceHostImageCopyPropertiesEXT
source§fn clone(&self) -> VkPhysicalDeviceHostImageCopyPropertiesEXT
fn clone(&self) -> VkPhysicalDeviceHostImageCopyPropertiesEXT
Returns a copy 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 moreimpl Copy for VkPhysicalDeviceHostImageCopyPropertiesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceHostImageCopyPropertiesEXT
impl RefUnwindSafe for VkPhysicalDeviceHostImageCopyPropertiesEXT
impl !Send for VkPhysicalDeviceHostImageCopyPropertiesEXT
impl !Sync for VkPhysicalDeviceHostImageCopyPropertiesEXT
impl Unpin for VkPhysicalDeviceHostImageCopyPropertiesEXT
impl UnwindSafe for VkPhysicalDeviceHostImageCopyPropertiesEXT
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)