#[repr(C)]pub struct PhysicalDeviceHostImageCopyProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub copy_src_layout_count: u32,
pub copy_src_layouts: *mut ImageLayout,
pub copy_dst_layout_count: u32,
pub copy_dst_layouts: *mut ImageLayout,
pub optimal_tiling_layout_uuid: ByteArray<UUID_SIZE>,
pub identical_memory_type_requirements: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§copy_src_layout_count: u32§copy_src_layouts: *mut ImageLayout§copy_dst_layout_count: u32§copy_dst_layouts: *mut ImageLayout§optimal_tiling_layout_uuid: ByteArray<UUID_SIZE>§identical_memory_type_requirements: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceHostImageCopyProperties
impl Clone for PhysicalDeviceHostImageCopyProperties
Source§fn clone(&self) -> PhysicalDeviceHostImageCopyProperties
fn clone(&self) -> PhysicalDeviceHostImageCopyProperties
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 PartialEq for PhysicalDeviceHostImageCopyProperties
impl PartialEq for PhysicalDeviceHostImageCopyProperties
Source§fn eq(&self, other: &PhysicalDeviceHostImageCopyProperties) -> bool
fn eq(&self, other: &PhysicalDeviceHostImageCopyProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceHostImageCopyProperties
impl Eq for PhysicalDeviceHostImageCopyProperties
impl Send for PhysicalDeviceHostImageCopyProperties
impl StructuralPartialEq for PhysicalDeviceHostImageCopyProperties
impl Sync for PhysicalDeviceHostImageCopyProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceHostImageCopyProperties
impl RefUnwindSafe for PhysicalDeviceHostImageCopyProperties
impl Unpin for PhysicalDeviceHostImageCopyProperties
impl UnwindSafe for PhysicalDeviceHostImageCopyProperties
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