Home
last modified time | relevance | path

Searched defs:DropUnlock (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dsecondary.rs342 struct DropUnlock<As>(SecondaryCommandBuffer<As>) in execute_commands_unchecked() struct
346 impl<As> std::ops::Deref for DropUnlock<As> in execute_commands_unchecked() implementation
356 unsafe impl<As> SafeDeref for DropUnlock<As> where As: CommandBufferAlloc {} in execute_commands_unchecked() implementation
358 impl<As> Drop for DropUnlock<As> in execute_commands_unchecked() implementation
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dsecondary.rs424 struct DropUnlock(Box<dyn SecondaryCommandBufferAbstract>); in submit() struct
425 impl std::ops::Deref for DropUnlock { in submit() implementation
432 unsafe impl SafeDeref for DropUnlock {} in submit() implementation
434 impl Drop for DropUnlock { in submit() implementation