Struct ash::vk::DeviceGroupBindSparseInfoBuilder
source · pub struct DeviceGroupBindSparseInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> DeviceGroupBindSparseInfoBuilder<'a>
pub fn resource_device_index(self, resource_device_index: u32) -> Self
pub fn memory_device_index(self, memory_device_index: u32) -> Self
sourcepub fn build(self) -> DeviceGroupBindSparseInfo
pub fn build(self) -> DeviceGroupBindSparseInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> Deref for DeviceGroupBindSparseInfoBuilder<'a>
source§impl<'a> DerefMut for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> DerefMut for DeviceGroupBindSparseInfoBuilder<'a>
impl ExtendsBindSparseInfo for DeviceGroupBindSparseInfoBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> !Send for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> !Sync for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> Unpin for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupBindSparseInfoBuilder<'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