pub struct SubmitInfo2<'b, 'r>(/* private fields */);
Available on crate feature
VK_KHR_synchronization2
only.Implementations§
Source§impl<'b, 'r> SubmitInfo2<'b, 'r>
impl<'b, 'r> SubmitInfo2<'b, 'r>
pub const fn new( wait_semaphores: &'b [SemaphoreSubmitInfo<'r>], command_buffers: &'b [CommandBufferSubmitInfo<'r>], signal_semaphores: &'b [SemaphoreSubmitInfo<'r>], ) -> Self
pub const unsafe fn from_raw(raw: VkSubmitInfo2KHR) -> Self
pub const fn into_raw(self) -> VkSubmitInfo2KHR
pub const fn protected(self) -> Self
Trait Implementations§
Source§impl<'b, 'r> Clone for SubmitInfo2<'b, 'r>
impl<'b, 'r> Clone for SubmitInfo2<'b, 'r>
Source§fn clone(&self) -> SubmitInfo2<'b, 'r>
fn clone(&self) -> SubmitInfo2<'b, 'r>
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<'b, 'r> Debug for SubmitInfo2<'b, 'r>
impl<'b, 'r> Debug for SubmitInfo2<'b, 'r>
Source§impl<'b, 'r> Hash for SubmitInfo2<'b, 'r>
impl<'b, 'r> Hash for SubmitInfo2<'b, 'r>
Source§impl<'b, 'r> PartialEq for SubmitInfo2<'b, 'r>
impl<'b, 'r> PartialEq for SubmitInfo2<'b, 'r>
impl<'b, 'r> Eq for SubmitInfo2<'b, 'r>
impl<'b, 'r> StructuralPartialEq for SubmitInfo2<'b, 'r>
Auto Trait Implementations§
impl<'b, 'r> Freeze for SubmitInfo2<'b, 'r>
impl<'b, 'r> !RefUnwindSafe for SubmitInfo2<'b, 'r>
impl<'b, 'r> !Send for SubmitInfo2<'b, 'r>
impl<'b, 'r> !Sync for SubmitInfo2<'b, 'r>
impl<'b, 'r> Unpin for SubmitInfo2<'b, 'r>
impl<'b, 'r> !UnwindSafe for SubmitInfo2<'b, 'r>
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