Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/pool/
Dstandard.rs218 pub struct StandardCommandPoolAlloc { struct
231 unsafe impl Send for StandardCommandPoolAlloc {} argument
232 unsafe impl Sync for StandardCommandPoolAlloc {} implementation
234 unsafe impl CommandPoolAlloc for StandardCommandPoolAlloc { implementation
251 unsafe impl DeviceOwned for StandardCommandPoolAlloc { implementation
260 impl Drop for StandardCommandPoolAlloc { implementation