Struct ash::vk::DeviceGroupDeviceCreateInfoBuilder
source · pub struct DeviceGroupDeviceCreateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> DeviceGroupDeviceCreateInfoBuilder<'a>
pub fn physical_devices(self, physical_devices: &'a [PhysicalDevice]) -> Self
sourcepub fn build(self) -> DeviceGroupDeviceCreateInfo
pub fn build(self) -> DeviceGroupDeviceCreateInfo
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 DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> Deref for DeviceGroupDeviceCreateInfoBuilder<'a>
source§impl<'a> DerefMut for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> DerefMut for DeviceGroupDeviceCreateInfoBuilder<'a>
impl ExtendsDeviceCreateInfo for DeviceGroupDeviceCreateInfoBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> !Send for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> !Sync for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> Unpin for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupDeviceCreateInfoBuilder<'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