pub struct PhysicalDeviceHostImageCopyPropertiesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceHostImageCopyProperties with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
pub fn copy_src_layout_count(self, value: u32) -> Self
pub fn copy_src_layouts(self, slice: &'a mut [ImageLayout]) -> Self
pub fn copy_dst_layout_count(self, value: u32) -> Self
pub fn copy_dst_layouts(self, slice: &'a mut [ImageLayout]) -> Self
pub fn optimal_tiling_layout_uuid(self, value: [u8; 16]) -> Self
pub fn identical_memory_type_requirements(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceHostImageCopyProperties>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceHostImageCopyProperties>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceHostImageCopyProperties’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> !Send for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceHostImageCopyPropertiesBuilder<'a>
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