pub struct DeviceGroupSubmitInfoBuilder<'a> { /* private fields */ }Expand description
Builder for DeviceGroupSubmitInfo with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DeviceGroupSubmitInfoBuilder<'a>
impl<'a> DeviceGroupSubmitInfoBuilder<'a>
pub fn wait_semaphore_device_indices(self, slice: &'a [u32]) -> Self
pub fn command_buffer_device_masks(self, slice: &'a [u32]) -> Self
pub fn signal_semaphore_device_indices(self, slice: &'a [u32]) -> Self
Sourcepub fn push_next<T: ExtendsDeviceGroupSubmitInfo>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsDeviceGroupSubmitInfo>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See DeviceGroupSubmitInfo’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> Deref for DeviceGroupSubmitInfoBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> !Send for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> !Sync for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> Unpin for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> UnsafeUnpin for DeviceGroupSubmitInfoBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupSubmitInfoBuilder<'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