Searched defs:DropUnlock (Results 1 – 2 of 2) sorted by relevance
342 struct DropUnlock<As>(SecondaryCommandBuffer<As>) in execute_commands_unchecked() struct346 impl<As> std::ops::Deref for DropUnlock<As> in execute_commands_unchecked() implementation356 unsafe impl<As> SafeDeref for DropUnlock<As> where As: CommandBufferAlloc {} in execute_commands_unchecked() implementation358 impl<As> Drop for DropUnlock<As> in execute_commands_unchecked() implementation
424 struct DropUnlock(Box<dyn SecondaryCommandBufferAbstract>); in submit() struct425 impl std::ops::Deref for DropUnlock { in submit() implementation432 unsafe impl SafeDeref for DropUnlock {} in submit() implementation434 impl Drop for DropUnlock { in submit() implementation