|
|
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `DeviceOwned` trait in crate `vulkano`."><meta name="keywords" content="rust, rustlang, rust-lang, DeviceOwned"><title>vulkano::device::DeviceOwned - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc trait"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../vulkano/index.html'><div class='logo-container'><img src='https://raw.githubusercontent.com/vulkano-rs/vulkano/master/logo.png' alt='logo'></div></a><p class='location'>Trait DeviceOwned</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.device">device</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='../index.html'>vulkano</a>::<wbr><a href='index.html'>device</a></p><script>window.sidebarCurrent = {name: 'DeviceOwned', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>−</span>]</a></span><a class='srclink' href='../../src/vulkano/device/mod.rs.html#552-555' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='../index.html'>vulkano</a>::<wbr><a href='index.html'>device</a>::<wbr><a class="trait" href=''>DeviceOwned</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub unsafe trait DeviceOwned {
|
|
|
<h2 id='implementors' class='small-section-header'>Implementors<a href='#implementors' class='anchor'></a></h2><div class='item-list' id='implementors-list'><h3 id='impl-DeviceOwned' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/buffer/sys/struct.UnsafeBuffer.html" title="struct vulkano::buffer::sys::UnsafeBuffer">UnsafeBuffer</a></code><a href='#impl-DeviceOwned' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/sys.rs.html#313-318' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device' class="method hidden"><code id='device.v-1'>fn <a href='#method.device' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/sys.rs.html#315-317' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-1' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/pool/standard/struct.StandardCommandPool.html" title="struct vulkano::command_buffer::pool::standard::StandardCommandPool">StandardCommandPool</a></code><a href='#impl-DeviceOwned-1' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/pool/standard.rs.html#178-183' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-1' class="method hidden"><code id='device.v-2'>fn <a href='#method.device-1' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/pool/standard.rs.html#180-182' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-2' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/pool/standard/struct.StandardCommandPoolAlloc.html" title="struct vulkano::command_buffer::pool::standard::StandardCommandPoolAlloc">StandardCommandPoolAlloc</a></code><a href='#impl-DeviceOwned-2' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/pool/standard.rs.html#256-263' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-2' class="method hidden"><code id='device.v-3'>fn <a href='#method.device-2' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/pool/standard.rs.html#258-262' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-3' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/pool/standard/struct.StandardCommandPoolBuilder.html" title="struct vulkano::command_buffer::pool::standard::StandardCommandPoolBuilder">StandardCommandPoolBuilder</a></code><a href='#impl-DeviceOwned-3' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/pool/standard.rs.html#213-218' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-3' class="method hidden"><code id='device.v-4'>fn <a href='#method.device-3' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/pool/standard.rs.html#215-217' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-4' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/pool/struct.UnsafeCommandPool.html" title="struct vulkano::command_buffer::pool::UnsafeCommandPool">UnsafeCommandPool</a></code><a href='#impl-DeviceOwned-4' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/pool/sys.rs.html#218-223' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-4' class="method hidden"><code id='device.v-5'>fn <a href='#method.device-4' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/pool/sys.rs.html#220-222' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-5' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.StdDescriptorPool.html" title="struct vulkano::descriptor::descriptor_set::StdDescriptorPool">StdDescriptorPool</a></code><a href='#impl-DeviceOwned-5' class='anchor'></a><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/std_pool.rs.html#149-154' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-5' class="method hidden"><code id='device.v-6'>fn <a href='#method.device-5' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/std_pool.rs.html#151-153' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-6' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.UnsafeDescriptorPool.html" title="struct vulkano::descriptor::descriptor_set::UnsafeDescriptorPool">UnsafeDescriptorPool</a></code><a href='#impl-DeviceOwned-6' class='anchor'></a><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/sys.rs.html#448-453' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-6' class="method hidden"><code id='device.v-7'>fn <a href='#method.device-6' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/sys.rs.html#450-452' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-7' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.UnsafeDescriptorSetLayout.html" title="struct vulkano::descriptor::descriptor_set::UnsafeDescriptorSetLayout">UnsafeDescriptorSetLayout</a></code><a href='#impl-DeviceOwned-7' class='anchor'></a><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/unsafe_layout.rs.html#111-116' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-7' class="method hidden"><code id='device.v-8'>fn <a href='#method.device-7' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/unsafe_layout.rs.html#113-115' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-8' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/device/struct.Queue.html" title="struct vulkano::device::Queue">Queue</a></code><a href='#impl-DeviceOwned-8' class='anchor'></a><a class='srclink' href='../../src/vulkano/device/mod.rs.html#751-755' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-8' class="method hidden"><code id='device.v-9'>fn <a href='#method.device-8' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/device/mod.rs.html#752-754' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-9' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/device/struct.QueuesIter.html" title="struct vulkano::device::QueuesIter">QueuesIter</a></code><a href='#impl-DeviceOwned-9' class='anchor'></a><a class='srclink' href='../../src/vulkano/device/mod.rs.html#574-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-9' class="method hidden"><code id='device.v-10'>fn <a href='#method.device-9' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/device/mod.rs.html#575-577' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-10' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/memory/pool/struct.StdMemoryPool.html" title="struct vulkano::memory::pool::StdMemoryPool">StdMemoryPool</a></code><a href='#impl-DeviceOwned-10' class='anchor'></a><a class='srclink' href='../../src/vulkano/memory/pool/pool.rs.html#114-119' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-10' class="method hidden"><code id='device.v-11'>fn <a href='#method.device-10' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/memory/pool/pool.rs.html#116-118' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-11' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/memory/struct.DeviceMemory.html" title="struct vulkano::memory::DeviceMemory">DeviceMemory</a></code><a href='#impl-DeviceOwned-11' class='anchor'></a><a class='srclink' href='../../src/vulkano/memory/device_memory.rs.html#212-217' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-11' class="method hidden"><code id='device.v-12'>fn <a href='#method.device-11' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/memory/device_memory.rs.html#214-216' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-12' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/memory/struct.MappedDeviceMemory.html" title="struct vulkano::memory::MappedDeviceMemory">MappedDeviceMemory</a></code><a href='#impl-DeviceOwned-12' class='anchor'></a><a class='srclink' href='../../src/vulkano/memory/device_memory.rs.html#368-373' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-12' class="method hidden"><code id='device.v-13'>fn <a href='#method.device-12' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/memory/device_memory.rs.html#370-372' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-13' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/query/struct.OcclusionQueriesPool.html" title="struct vulkano::query::OcclusionQueriesPool">OcclusionQueriesPool</a></code><a href='#impl-DeviceOwned-13' class='anchor'></a><a class='srclink' href='../../src/vulkano/query/mod.rs.html#354-359' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-13' class="method hidden"><code id='device.v-14'>fn <a href='#method.device-13' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/query/mod.rs.html#356-358' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-14' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/query/struct.UnsafeQueryPool.html" title="struct vulkano::query::UnsafeQueryPool">UnsafeQueryPool</a></code><a href='#impl-DeviceOwned-14' class='anchor'></a><a class='srclink' href='../../src/vulkano/query/mod.rs.html#125-130' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-14' class="method hidden"><code id='device.v-15'>fn <a href='#method.device-14' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/query/mod.rs.html#127-129' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-15' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/sampler/struct.Sampler.html" title="struct vulkano::sampler::Sampler">Sampler</a></code><a href='#impl-DeviceOwned-15' class='anchor'></a><a class='srclink' href='../../src/vulkano/sampler.rs.html#475-480' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-15' class="method hidden"><code id='device.v-16'>fn <a href='#method.device-15' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sampler.rs.html#477-479' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-16' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.Event.html" title="struct vulkano::sync::Event">Event</a></code><a href='#impl-DeviceOwned-16' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/event.rs.html#157-162' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-16' class="method hidden"><code id='device.v-17'>fn <a href='#method.device-16' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/event.rs.html#159-161' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-17' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.Fence.html" title="struct vulkano::sync::Fence">Fence</a></code><a href='#impl-DeviceOwned-17' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/fence.rs.html#298-303' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-17' class="method hidden"><code id='device.v-18'>fn <a href='#method.device-17' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/fence.rs.html#300-302' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-18' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.NowFuture.html" title="struct vulkano::sync::NowFuture">NowFuture</a></code><a href='#impl-DeviceOwned-18' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/future/now.rs.html#79-84' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-18' class="method hidden"><code id='device.v-19'>fn <a href='#method.device-18' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/future/now.rs.html#81-83' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-19' class='impl'><code class='in-band'>impl DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.Semaphore.html" title="struct vulkano::sync::Semaphore">Semaphore</a></code><a href='#impl-DeviceOwned-19' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/semaphore.rs.html#93-98' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-19' class="method hidden"><code id='device.v-20'>fn <a href='#method.device-19' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/semaphore.rs.html#95-97' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-20' class='impl'><code class='in-band'>impl<A, B> DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.JoinFuture.html" title="struct vulkano::sync::JoinFuture">JoinFuture</a><A, B> <span class="where fmt-newline">where<br> A: <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a>,<br> B: <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a>, </span></code><a href='#impl-DeviceOwned-20' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/future/join.rs.html#54-65' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-20' class="method hidden"><code id='device.v-21'>fn <a href='#method.device-20' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/future/join.rs.html#59-64' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-21' class='impl'><code class='in-band'>impl<D> DeviceOwned for <a class="struct" href="../../vulkano/descriptor/pipeline_layout/struct.PipelineLayout.html" title="struct vulkano::descriptor::pipeline_layout::PipelineLayout">PipelineLayout</a><D></code><a href='#impl-DeviceOwned-21' class='anchor'></a><a class='srclink' href='../../src/vulkano/descriptor/pipeline_layout/sys.rs.html#217-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-21' class="method hidden"><code id='device.v-22'>fn <a href='#method.device-21' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/descriptor/pipeline_layout/sys.rs.html#219-221' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-22' class='impl'><code class='in-band'>impl<D> DeviceOwned for <a class="struct" href="../../vulkano/framebuffer/struct.RenderPass.html" title="struct vulkano::framebuffer::RenderPass">RenderPass</a><D></code><a href='#impl-DeviceOwned-22' class='anchor'></a><a class='srclink' href='../../src/vulkano/framebuffer/sys.rs.html#463-468' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-22' class="method hidden"><code id='device.v-23'>fn <a href='#method.device-22' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/framebuffer/sys.rs.html#465-467' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-23' class='impl'><code class='in-band'>impl<F> DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.FenceSignalFuture.html" title="struct vulkano::sync::FenceSignalFuture">FenceSignalFuture</a><F> <span class="where fmt-newline">where<br> F: <a class="trait" href="../../vulkano/sync/trait.GpuFuture.html" title="trait vulkano::sync::GpuFuture">GpuFuture</a>, </span></code><a href='#impl-DeviceOwned-23' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/future/fence_signal.rs.html#415-422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-23' class="method hidden"><code id='device.v-24'>fn <a href='#method.device-23' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/future/fence_signal.rs.html#419-421' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-24' class='impl'><code class='in-band'>impl<F> DeviceOwned for <a class="struct" href="../../vulkano/sync/struct.SemaphoreSignalFuture.html" title="struct vulkano::sync::SemaphoreSignalFuture">SemaphoreSignalFuture</a><F> <span class="where fmt-newline">where<br> F: <a class="trait" href="../../vulkano/sync/trait.GpuFuture.html" title="trait vulkano::sync::GpuFuture">GpuFuture</a>, </span></code><a href='#impl-DeviceOwned-24' class='anchor'></a><a class='srclink' href='../../src/vulkano/sync/future/semaphore_signal.rs.html#163-170' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-24' class="method hidden"><code id='device.v-25'>fn <a href='#method.device-24' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/sync/future/semaphore_signal.rs.html#167-169' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-25' class='impl'><code class='in-band'>impl<F, B> DeviceOwned for <a class="struct" href="../../vulkano/buffer/view/struct.BufferView.html" title="struct vulkano::buffer::view::BufferView">BufferView</a><F, B> <span class="where fmt-newline">where<br> B: <a class="trait" href="../../vulkano/buffer/trait.BufferAccess.html" title="trait vulkano::buffer::BufferAccess">BufferAccess</a>, </span></code><a href='#impl-DeviceOwned-25' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/view.rs.html#212-219' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-25' class="method hidden"><code id='device.v-26'>fn <a href='#method.device-25' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/view.rs.html#216-218' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-26' class='impl'><code class='in-band'>impl<F, Cb> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/struct.CommandBufferExecFuture.html" title="struct vulkano::command_buffer::CommandBufferExecFuture">CommandBufferExecFuture</a><F, Cb> <span class="where fmt-newline">where<br> F: <a class="trait" href="../../vulkano/sync/trait.GpuFuture.html" title="trait vulkano::sync::GpuFuture">GpuFuture</a>,<br> Cb: <a class="trait" href="../../vulkano/command_buffer/trait.CommandBuffer.html" title="trait vulkano::command_buffer::CommandBuffer">CommandBuffer</a>, </span></code><a href='#impl-DeviceOwned-26' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/traits.rs.html#312-320' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-26' class="method hidden"><code id='device.v-27'>fn <a href='#method.device-26' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/traits.rs.html#317-319' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-27' class='impl'><code class='in-band'>impl<L, R> DeviceOwned for <a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.FixedSizeDescriptorSet.html" title="struct vulkano::descriptor::descriptor_set::FixedSizeDescriptorSet">FixedSizeDescriptorSet</a><L, R> <span class="where fmt-newline">where<br> L: <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a>, </span></code><a href='#impl-DeviceOwned-27' class='anchor'></a><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/fixed_size_pool.rs.html#177-184' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-27' class="method hidden"><code id='device.v-28'>fn <a href='#method.device-27' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/fixed_size_pool.rs.html#181-183' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-28' class='impl'><code class='in-band'>impl<L, R, P> DeviceOwned for <a class="struct" href="../../vulkano/descriptor/descriptor_set/struct.PersistentDescriptorSet.html" title="struct vulkano::descriptor::descriptor_set::PersistentDescriptorSet">PersistentDescriptorSet</a><L, R, P> <span class="where fmt-newline">where<br> L: <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a>, </span></code><a href='#impl-DeviceOwned-28' class='anchor'></a><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/persistent.rs.html#136-143' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-28' class="method hidden"><code id='device.v-29'>fn <a href='#method.device-28' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/descriptor/descriptor_set/persistent.rs.html#140-142' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-29' class='impl'><code class='in-band'>impl<Mv, L, Rp> DeviceOwned for <a class="struct" href="../../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a><Mv, L, Rp></code><a href='#impl-DeviceOwned-29' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#236-241' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-29' class="method hidden"><code id='device.v-30'>fn <a href='#method.device-29' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#238-240' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-30' class='impl'><code class='in-band'>impl<P> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/struct.AutoCommandBuffer.html" title="struct vulkano::command_buffer::AutoCommandBuffer">AutoCommandBuffer</a><P></code><a href='#impl-DeviceOwned-30' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/auto.rs.html#1578-1583' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-30' class="method hidden"><code id='device.v-31'>fn <a href='#method.device-30' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/auto.rs.html#1580-1582' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-31' class='impl'><code class='in-band'>impl<P> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/struct.AutoCommandBufferBuilder.html" title="struct vulkano::command_buffer::AutoCommandBufferBuilder">AutoCommandBufferBuilder</a><P></code><a href='#impl-DeviceOwned-31' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/auto.rs.html#1350-1355' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-31' class="method hidden"><code id='device.v-32'>fn <a href='#method.device-31' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/auto.rs.html#1352-1354' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-32' class='impl'><code class='in-band'>impl<P> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/synced/struct.SyncCommandBuffer.html" title="struct vulkano::command_buffer::synced::SyncCommandBuffer">SyncCommandBuffer</a><P></code><a href='#impl-DeviceOwned-32' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/synced/base.rs.html#1280-1285' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-32' class="method hidden"><code id='device.v-33'>fn <a href='#method.device-32' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/synced/base.rs.html#1282-1284' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-33' class='impl'><code class='in-band'>impl<P> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/synced/struct.SyncCommandBufferBuilder.html" title="struct vulkano::command_buffer::synced::SyncCommandBufferBuilder">SyncCommandBufferBuilder</a><P></code><a href='#impl-DeviceOwned-33' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/synced/base.rs.html#787-792' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-33' class="method hidden"><code id='device.v-34'>fn <a href='#method.device-33' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/synced/base.rs.html#789-791' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-34' class='impl'><code class='in-band'>impl<P> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/sys/struct.UnsafeCommandBuffer.html" title="struct vulkano::command_buffer::sys::UnsafeCommandBuffer">UnsafeCommandBuffer</a><P></code><a href='#impl-DeviceOwned-34' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/sys.rs.html#1945-1950' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-34' class="method hidden"><code id='device.v-35'>fn <a href='#method.device-34' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/sys.rs.html#1947-1949' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-35' class='impl'><code class='in-band'>impl<P> DeviceOwned for <a class="struct" href="../../vulkano/command_buffer/sys/struct.UnsafeCommandBufferBuilder.html" title="struct vulkano::command_buffer::sys::UnsafeCommandBufferBuilder">UnsafeCommandBufferBuilder</a><P></code><a href='#impl-DeviceOwned-35' class='anchor'></a><a class='srclink' href='../../src/vulkano/command_buffer/sys.rs.html#1535-1540' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-35' class="method hidden"><code id='device.v-36'>fn <a href='#method.device-35' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/command_buffer/sys.rs.html#1537-1539' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-36' class='impl'><code class='in-band'>impl<P, W> DeviceOwned for <a class="struct" href="../../vulkano/swapchain/struct.PresentFuture.html" title="struct vulkano::swapchain::PresentFuture">PresentFuture</a><P, W> <span class="where fmt-newline">where<br> P: <a class="trait" href="../../vulkano/sync/trait.GpuFuture.html" title="trait vulkano::sync::GpuFuture">GpuFuture</a>, </span></code><a href='#impl-DeviceOwned-36' class='anchor'></a><a class='srclink' href='../../src/vulkano/swapchain/swapchain.rs.html#1120-1127' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-36' class="method hidden"><code id='device.v-37'>fn <a href='#method.device-36' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/swapchain/swapchain.rs.html#1124-1126' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-37' class='impl'><code class='in-band'>impl<Pl> DeviceOwned for <a class="struct" href="../../vulkano/pipeline/struct.ComputePipeline.html" title="struct vulkano::pipeline::ComputePipeline">ComputePipeline</a><Pl></code><a href='#impl-DeviceOwned-37' class='anchor'></a><a class='srclink' href='../../src/vulkano/pipeline/compute_pipeline.rs.html#266-271' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-37' class="method hidden"><code id='device.v-38'>fn <a href='#method.device-37' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/pipeline/compute_pipeline.rs.html#268-270' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-38' class='impl'><code class='in-band'>impl<Rp, A> DeviceOwned for <a class="struct" href="../../vulkano/framebuffer/struct.Framebuffer.html" title="struct vulkano::framebuffer::Framebuffer">Framebuffer</a><Rp, A></code><a href='#impl-DeviceOwned-38' class='anchor'></a><a class='srclink' href='../../src/vulkano/framebuffer/framebuffer.rs.html#436-441' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-38' class="method hidden"><code id='device.v-39'>fn <a href='#method.device-38' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/framebuffer/framebuffer.rs.html#438-440' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-39' class='impl'><code class='in-band'>impl<T> DeviceOwned for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,<br> T::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target" title="type core::ops::deref::Deref::Target">Target</a>: <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a>, </span></code><a href='#impl-DeviceOwned-39' class='anchor'></a><a class='srclink' href='../../src/vulkano/device/mod.rs.html#557-565' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-39' class="method hidden"><code id='device.v-40'>fn <a href='#method.device-39' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/device/mod.rs.html#562-564' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-40' class='impl'><code class='in-band'>impl<T, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/cpu_pool/struct.CpuBufferPool.html" title="struct vulkano::buffer::cpu_pool::CpuBufferPool">CpuBufferPool</a><T, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="../../vulkano/memory/pool/trait.MemoryPool.html" title="trait vulkano::memory::pool::MemoryPool">MemoryPool</a>, </span></code><a href='#impl-DeviceOwned-40' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/cpu_pool.rs.html#559-566' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-40' class="method hidden"><code id='device.v-41'>fn <a href='#method.device-40' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/cpu_pool.rs.html#563-565' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-41' class='impl'><code class='in-band'>impl<T, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/cpu_pool/struct.CpuBufferPoolChunk.html" title="struct vulkano::buffer::cpu_pool::CpuBufferPoolChunk">CpuBufferPoolChunk</a><T, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="../../vulkano/memory/pool/trait.MemoryPool.html" title="trait vulkano::memory::pool::MemoryPool">MemoryPool</a>, </span></code><a href='#impl-DeviceOwned-41' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/cpu_pool.rs.html#715-722' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-41' class="method hidden"><code id='device.v-42'>fn <a href='#method.device-41' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/cpu_pool.rs.html#719-721' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-42' class='impl'><code class='in-band'>impl<T, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/cpu_pool/struct.CpuBufferPoolSubbuffer.html" title="struct vulkano::buffer::cpu_pool::CpuBufferPoolSubbuffer">CpuBufferPoolSubbuffer</a><T, A> <span class="where fmt-newline">where<br> A: <a class="trait" href="../../vulkano/memory/pool/trait.MemoryPool.html" title="trait vulkano::memory::pool::MemoryPool">MemoryPool</a>, </span></code><a href='#impl-DeviceOwned-42' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/cpu_pool.rs.html#782-789' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-42' class="method hidden"><code id='device.v-43'>fn <a href='#method.device-42' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/cpu_pool.rs.html#786-788' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-43' class='impl'><code class='in-band'>impl<T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/cpu_access/struct.CpuAccessibleBuffer.html" title="struct vulkano::buffer::cpu_access::CpuAccessibleBuffer">CpuAccessibleBuffer</a><T, A></code><a href='#impl-DeviceOwned-43' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/cpu_access.rs.html#436-441' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-43' class="method hidden"><code id='device.v-44'>fn <a href='#method.device-43' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/cpu_access.rs.html#438-440' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-44' class='impl'><code class='in-band'>impl<T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/device_local/struct.DeviceLocalBuffer.html" title="struct vulkano::buffer::device_local::DeviceLocalBuffer">DeviceLocalBuffer</a><T, A></code><a href='#impl-DeviceOwned-44' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/device_local.rs.html#175-180' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-44' class="method hidden"><code id='device.v-45'>fn <a href='#method.device-44' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/device_local.rs.html#177-179' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-45' class='impl'><code class='in-band'>impl<T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/immutable/struct.ImmutableBuffer.html" title="struct vulkano::buffer::immutable::ImmutableBuffer">ImmutableBuffer</a><T, A></code><a href='#impl-DeviceOwned-45' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/immutable.rs.html#371-376' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-45' class="method hidden"><code id='device.v-46'>fn <a href='#method.device-45' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/immutable.rs.html#373-375' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-46' class='impl'><code class='in-band'>impl<T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, A> DeviceOwned for <a class="struct" href="../../vulkano/buffer/immutable/struct.ImmutableBufferInitialization.html" title="struct vulkano::buffer::immutable::ImmutableBufferInitialization">ImmutableBufferInitialization</a><T, A></code><a href='#impl-DeviceOwned-46' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/immutable.rs.html#439-444' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-46' class="method hidden"><code id='device.v-47'>fn <a href='#method.device-46' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/immutable.rs.html#441-443' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-47' class='impl'><code class='in-band'>impl<T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, B> DeviceOwned for <a class="struct" href="../../vulkano/buffer/struct.BufferSlice.html" title="struct vulkano::buffer::BufferSlice">BufferSlice</a><T, B> <span class="where fmt-newline">where<br> B: <a class="trait" href="../../vulkano/device/trait.DeviceOwned.html" title="trait vulkano::device::DeviceOwned">DeviceOwned</a>, </span></code><a href='#impl-DeviceOwned-47' class='anchor'></a><a class='srclink' href='../../src/vulkano/buffer/slice.rs.html#266-273' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-47' class="method hidden"><code id='device.v-48'>fn <a href='#method.device-47' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/buffer/slice.rs.html#270-272' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-48' class='impl'><code class='in-band'>impl<W> DeviceOwned for <a class="struct" href="../../vulkano/swapchain/struct.Swapchain.html" title="struct vulkano::swapchain::Swapchain">Swapchain</a><W></code><a href='#impl-DeviceOwned-48' class='anchor'></a><a class='srclink' href='../../src/vulkano/swapchain/swapchain.rs.html#589-593' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-48' class="method hidden"><code id='device.v-49'>fn <a href='#method.device-48' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/swapchain/swapchain.rs.html#590-592' title='goto source code'>[src]</a></h4></div><h3 id='impl-DeviceOwned-49' class='impl'><code class='in-band'>impl<W> DeviceOwned for <a class="struct" href="../../vulkano/swapchain/struct.SwapchainAcquireFuture.html" title="struct vulkano::swapchain::SwapchainAcquireFuture">SwapchainAcquireFuture</a><W></code><a href='#impl-DeviceOwned-49' class='anchor'></a><a class='srclink' href='../../src/vulkano/swapchain/swapchain.rs.html#866-871' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.device-49' class="method hidden"><code id='device.v-50'>fn <a href='#method.device-49' class='fnname'>device</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="struct" href="../../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>></code><a class='srclink' href='../../src/vulkano/swapchain/swapchain.rs.html#868-870' title='goto source code'>[src]</a></h4></div></div><span class='loading-content'>Loading content...</span><script type="text/javascript">window.inlined_types=new Set([]);</script><script type="text/javascript" async
|
|
|
</script></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd><dt><kbd>↹</kbd></dt><dd>Switch tab</dd><dt><kbd>⏎</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "vulkano";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |