|
|
<!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 `VulkanObject` trait in crate `vulkano`."><meta name="keywords" content="rust, rustlang, rust-lang, VulkanObject"><title>vulkano::VulkanObject - 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 VulkanObject</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#associated-types">Associated Types</a><div class="sidebar-links"><a href="#associatedtype.Object">Object</a></div><a class="sidebar-title" href="#associated-const">Associated Constants</a><div class="sidebar-links"><a href="#associatedconstant.TYPE">TYPE</a></div><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.internal_object">internal_object</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='index.html'>vulkano</a></p><script>window.sidebarCurrent = {name: 'VulkanObject', 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/lib.rs.html#127-136' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='index.html'>vulkano</a>::<wbr><a class="trait" href=''>VulkanObject</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub unsafe trait VulkanObject {
|
|
|
type <a href='#associatedtype.Object' class="type">Object</a>: <a class="trait" href="../vulkano/trait.VulkanHandle.html" title="trait vulkano::VulkanHandle">VulkanHandle</a>;
|
|
|
|
|
|
const <a href='#associatedconstant.TYPE' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a>;
|
|
|
|
|
|
fn <a href='#tymethod.internal_object' class='fnname'>internal_object</a>(&self) -> Self::<a class="type" href="../vulkano/trait.VulkanObject.html#associatedtype.Object" title="type vulkano::VulkanObject::Object">Object</a>;
|
|
|
}</pre></div><div class='docblock'><p>Gives access to the internal identifier of an object.</p>
|
|
|
</div>
|
|
|
<h2 id='associated-types' class='small-section-header'>Associated Types<a href='#associated-types' class='anchor'></a></h2><div class='methods'><h3 id='associatedtype.Object' class='method'><code id='Object.t'>type <a href='#associatedtype.Object' class="type">Object</a>: <a class="trait" href="../vulkano/trait.VulkanHandle.html" title="trait vulkano::VulkanHandle">VulkanHandle</a></code></h3><div class='docblock'><p>The type of the object.</p>
|
|
|
</div></div><span class='loading-content'>Loading content...</span>
|
|
|
<h2 id='associated-const' class='small-section-header'>Associated Constants<a href='#associated-const' class='anchor'></a></h2><div class='methods'><h3 id='associatedconstant.TYPE' class='method'><code id='TYPE.v'>const <a href='#associatedconstant.TYPE' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code></h3><div class='docblock'><p>The <code>DebugReportObjectTypeEXT</code> of the internal Vulkan handle.</p>
|
|
|
</div></div><span class='loading-content'>Loading content...</span>
|
|
|
<h2 id='required-methods' class='small-section-header'>Required methods<a href='#required-methods' class='anchor'></a></h2><div class='methods'><h3 id='tymethod.internal_object' class='method'><code id='internal_object.v'>fn <a href='#tymethod.internal_object' class='fnname'>internal_object</a>(&self) -> Self::<a class="type" href="../vulkano/trait.VulkanObject.html#associatedtype.Object" title="type vulkano::VulkanObject::Object">Object</a></code></h3><div class='docblock'><p>Returns a reference to the object.</p>
|
|
|
</div></div><span class='loading-content'>Loading content...</span>
|
|
|
<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-VulkanObject' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/buffer/sys/struct.UnsafeBuffer.html" title="struct vulkano::buffer::sys::UnsafeBuffer">UnsafeBuffer</a></code><a href='#impl-VulkanObject' class='anchor'></a><a class='srclink' href='../src/vulkano/buffer/sys.rs.html#302-311' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-1' class="type"><code id='Object.t-1'>type <a href='#associatedtype.Object-1' class="type">Object</a> = <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a></code></h4><h4 id='associatedconstant.TYPE-1' class="associatedconstant hidden"><code id='TYPE.v-1'>const <a href='#associatedconstant.TYPE-1' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/buffer/sys.rs.html#305' title='goto source code'>[src]</a></h4><h4 id='method.internal_object' class="method hidden"><code id='internal_object.v-1'>fn <a href='#method.internal_object' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a></code><a class='srclink' href='../src/vulkano/buffer/sys.rs.html#308-310' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-1' class='impl'><code class='in-band'>impl VulkanObject 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-VulkanObject-1' class='anchor'></a><a class='srclink' href='../src/vulkano/command_buffer/pool/sys.rs.html#225-234' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-2' class="type"><code id='Object.t-2'>type <a href='#associatedtype.Object-2' class="type">Object</a> = <a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a></code></h4><h4 id='associatedconstant.TYPE-2' class="associatedconstant hidden"><code id='TYPE.v-2'>const <a href='#associatedconstant.TYPE-2' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/command_buffer/pool/sys.rs.html#228' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-1' class="method hidden"><code id='internal_object.v-2'>fn <a href='#method.internal_object-1' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a></code><a class='srclink' href='../src/vulkano/command_buffer/pool/sys.rs.html#231-233' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-2' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/command_buffer/pool/struct.UnsafeCommandPoolAlloc.html" title="struct vulkano::command_buffer::pool::UnsafeCommandPoolAlloc">UnsafeCommandPoolAlloc</a></code><a href='#impl-VulkanObject-2' class='anchor'></a><a class='srclink' href='../src/vulkano/command_buffer/pool/sys.rs.html#249-258' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-3' class="type"><code id='Object.t-3'>type <a href='#associatedtype.Object-3' class="type">Object</a> = <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a></code></h4><h4 id='associatedconstant.TYPE-3' class="associatedconstant hidden"><code id='TYPE.v-3'>const <a href='#associatedconstant.TYPE-3' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/command_buffer/pool/sys.rs.html#252' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-2' class="method hidden"><code id='internal_object.v-3'>fn <a href='#method.internal_object-2' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a></code><a class='srclink' href='../src/vulkano/command_buffer/pool/sys.rs.html#255-257' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-3' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/descriptor/descriptor_set/struct.UnsafeDescriptorSet.html" title="struct vulkano::descriptor::descriptor_set::UnsafeDescriptorSet">UnsafeDescriptorSet</a></code><a href='#impl-VulkanObject-3' class='anchor'></a><a class='srclink' href='../src/vulkano/descriptor/descriptor_set/sys.rs.html#732-741' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-4' class="type"><code id='Object.t-4'>type <a href='#associatedtype.Object-4' class="type">Object</a> = <a class="type" href="../vk_sys/type.DescriptorSet.html" title="type vk_sys::DescriptorSet">DescriptorSet</a></code></h4><h4 id='associatedconstant.TYPE-4' class="associatedconstant hidden"><code id='TYPE.v-4'>const <a href='#associatedconstant.TYPE-4' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/descriptor/descriptor_set/sys.rs.html#735' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-3' class="method hidden"><code id='internal_object.v-4'>fn <a href='#method.internal_object-3' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.DescriptorSet.html" title="type vk_sys::DescriptorSet">DescriptorSet</a></code><a class='srclink' href='../src/vulkano/descriptor/descriptor_set/sys.rs.html#738-740' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-4' class='impl'><code class='in-band'>impl VulkanObject 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-VulkanObject-4' class='anchor'></a><a class='srclink' href='../src/vulkano/descriptor/descriptor_set/unsafe_layout.rs.html#127-136' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-5' class="type"><code id='Object.t-5'>type <a href='#associatedtype.Object-5' class="type">Object</a> = <a class="type" href="../vk_sys/type.DescriptorSetLayout.html" title="type vk_sys::DescriptorSetLayout">DescriptorSetLayout</a></code></h4><h4 id='associatedconstant.TYPE-5' class="associatedconstant hidden"><code id='TYPE.v-5'>const <a href='#associatedconstant.TYPE-5' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/descriptor/descriptor_set/unsafe_layout.rs.html#130' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-4' class="method hidden"><code id='internal_object.v-5'>fn <a href='#method.internal_object-4' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.DescriptorSetLayout.html" title="type vk_sys::DescriptorSetLayout">DescriptorSetLayout</a></code><a class='srclink' href='../src/vulkano/descriptor/descriptor_set/unsafe_layout.rs.html#133-135' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-5' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a></code><a href='#impl-VulkanObject-5' class='anchor'></a><a class='srclink' href='../src/vulkano/device/mod.rs.html#517-526' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-6' class="type"><code id='Object.t-6'>type <a href='#associatedtype.Object-6' class="type">Object</a> = <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a></code></h4><h4 id='associatedconstant.TYPE-6' class="associatedconstant hidden"><code id='TYPE.v-6'>const <a href='#associatedconstant.TYPE-6' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/device/mod.rs.html#520' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-5' class="method hidden"><code id='internal_object.v-6'>fn <a href='#method.internal_object-5' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a></code><a class='srclink' href='../src/vulkano/device/mod.rs.html#523-525' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-6' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/image/sys/struct.UnsafeImage.html" title="struct vulkano::image::sys::UnsafeImage">UnsafeImage</a></code><a href='#impl-VulkanObject-6' class='anchor'></a><a class='srclink' href='../src/vulkano/image/sys.rs.html#791-800' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-7' class="type"><code id='Object.t-7'>type <a href='#associatedtype.Object-7' class="type">Object</a> = <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a></code></h4><h4 id='associatedconstant.TYPE-7' class="associatedconstant hidden"><code id='TYPE.v-7'>const <a href='#associatedconstant.TYPE-7' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/image/sys.rs.html#794' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-6' class="method hidden"><code id='internal_object.v-7'>fn <a href='#method.internal_object-6' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a></code><a class='srclink' href='../src/vulkano/image/sys.rs.html#797-799' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-7' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/image/sys/struct.UnsafeImageView.html" title="struct vulkano::image::sys::UnsafeImageView">UnsafeImageView</a></code><a href='#impl-VulkanObject-7' class='anchor'></a><a class='srclink' href='../src/vulkano/image/sys.rs.html#1091-1100' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-8' class="type"><code id='Object.t-8'>type <a href='#associatedtype.Object-8' class="type">Object</a> = <a class="type" href="../vk_sys/type.ImageView.html" title="type vk_sys::ImageView">ImageView</a></code></h4><h4 id='associatedconstant.TYPE-8' class="associatedconstant hidden"><code id='TYPE.v-8'>const <a href='#associatedconstant.TYPE-8' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/image/sys.rs.html#1094' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-7' class="method hidden"><code id='internal_object.v-8'>fn <a href='#method.internal_object-7' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.ImageView.html" title="type vk_sys::ImageView">ImageView</a></code><a class='srclink' href='../src/vulkano/image/sys.rs.html#1097-1099' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-8' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/instance/struct.Instance.html" title="struct vulkano::instance::Instance">Instance</a></code><a href='#impl-VulkanObject-8' class='anchor'></a><a class='srclink' href='../src/vulkano/instance/instance.rs.html#474-483' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-9' class="type"><code id='Object.t-9'>type <a href='#associatedtype.Object-9' class="type">Object</a> = <a class="type" href="../vk_sys/type.Instance.html" title="type vk_sys::Instance">Instance</a></code></h4><h4 id='associatedconstant.TYPE-9' class="associatedconstant hidden"><code id='TYPE.v-9'>const <a href='#associatedconstant.TYPE-9' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/instance/instance.rs.html#477' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-8' class="method hidden"><code id='internal_object.v-9'>fn <a href='#method.internal_object-8' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Instance.html" title="type vk_sys::Instance">Instance</a></code><a class='srclink' href='../src/vulkano/instance/instance.rs.html#480-482' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-9' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/memory/struct.DeviceMemory.html" title="struct vulkano::memory::DeviceMemory">DeviceMemory</a></code><a href='#impl-VulkanObject-9' class='anchor'></a><a class='srclink' href='../src/vulkano/memory/device_memory.rs.html#229-238' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-10' class="type"><code id='Object.t-10'>type <a href='#associatedtype.Object-10' class="type">Object</a> = <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a></code></h4><h4 id='associatedconstant.TYPE-10' class="associatedconstant hidden"><code id='TYPE.v-10'>const <a href='#associatedconstant.TYPE-10' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/memory/device_memory.rs.html#232' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-9' class="method hidden"><code id='internal_object.v-10'>fn <a href='#method.internal_object-9' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a></code><a class='srclink' href='../src/vulkano/memory/device_memory.rs.html#235-237' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-10' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/pipeline/cache/struct.PipelineCache.html" title="struct vulkano::pipeline::cache::PipelineCache">PipelineCache</a></code><a href='#impl-VulkanObject-10' class='anchor'></a><a class='srclink' href='../src/vulkano/pipeline/cache.rs.html#219-228' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-11' class="type"><code id='Object.t-11'>type <a href='#associatedtype.Object-11' class="type">Object</a> = <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a></code></h4><h4 id='associatedconstant.TYPE-11' class="associatedconstant hidden"><code id='TYPE.v-11'>const <a href='#associatedconstant.TYPE-11' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/pipeline/cache.rs.html#222' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-10' class="method hidden"><code id='internal_object.v-11'>fn <a href='#method.internal_object-10' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a></code><a class='srclink' href='../src/vulkano/pipeline/cache.rs.html#225-227' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-11' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/pipeline/shader/struct.ShaderModule.html" title="struct vulkano::pipeline::shader::ShaderModule">ShaderModule</a></code><a href='#impl-VulkanObject-11' class='anchor'></a><a class='srclink' href='../src/vulkano/pipeline/shader.rs.html#166-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-12' class="type"><code id='Object.t-12'>type <a href='#associatedtype.Object-12' class="type">Object</a> = <a class="type" href="../vk_sys/type.ShaderModule.html" title="type vk_sys::ShaderModule">ShaderModule</a></code></h4><h4 id='associatedconstant.TYPE-12' class="associatedconstant hidden"><code id='TYPE.v-12'>const <a href='#associatedconstant.TYPE-12' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/pipeline/shader.rs.html#169' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-11' class="method hidden"><code id='internal_object.v-12'>fn <a href='#method.internal_object-11' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.ShaderModule.html" title="type vk_sys::ShaderModule">ShaderModule</a></code><a class='srclink' href='../src/vulkano/pipeline/shader.rs.html#172-174' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-12' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/query/struct.UnsafeQueryPool.html" title="struct vulkano::query::UnsafeQueryPool">UnsafeQueryPool</a></code><a href='#impl-VulkanObject-12' class='anchor'></a><a class='srclink' href='../src/vulkano/query/mod.rs.html#114-123' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-13' class="type"><code id='Object.t-13'>type <a href='#associatedtype.Object-13' class="type">Object</a> = <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a></code></h4><h4 id='associatedconstant.TYPE-13' class="associatedconstant hidden"><code id='TYPE.v-13'>const <a href='#associatedconstant.TYPE-13' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/query/mod.rs.html#117' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-12' class="method hidden"><code id='internal_object.v-13'>fn <a href='#method.internal_object-12' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a></code><a class='srclink' href='../src/vulkano/query/mod.rs.html#120-122' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-13' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/sampler/struct.Sampler.html" title="struct vulkano::sampler::Sampler">Sampler</a></code><a href='#impl-VulkanObject-13' class='anchor'></a><a class='srclink' href='../src/vulkano/sampler.rs.html#482-491' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-14' class="type"><code id='Object.t-14'>type <a href='#associatedtype.Object-14' class="type">Object</a> = <a class="type" href="../vk_sys/type.Sampler.html" title="type vk_sys::Sampler">Sampler</a></code></h4><h4 id='associatedconstant.TYPE-14' class="associatedconstant hidden"><code id='TYPE.v-14'>const <a href='#associatedconstant.TYPE-14' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/sampler.rs.html#485' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-13' class="method hidden"><code id='internal_object.v-14'>fn <a href='#method.internal_object-13' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Sampler.html" title="type vk_sys::Sampler">Sampler</a></code><a class='srclink' href='../src/vulkano/sampler.rs.html#488-490' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-14' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/swapchain/display/struct.Display.html" title="struct vulkano::swapchain::display::Display">Display</a></code><a href='#impl-VulkanObject-14' class='anchor'></a><a class='srclink' href='../src/vulkano/swapchain/display.rs.html#310-319' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-15' class="type"><code id='Object.t-15'>type <a href='#associatedtype.Object-15' class="type">Object</a> = <a class="type" href="../vk_sys/type.DisplayKHR.html" title="type vk_sys::DisplayKHR">DisplayKHR</a></code></h4><h4 id='associatedconstant.TYPE-15' class="associatedconstant hidden"><code id='TYPE.v-15'>const <a href='#associatedconstant.TYPE-15' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/swapchain/display.rs.html#313' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-14' class="method hidden"><code id='internal_object.v-15'>fn <a href='#method.internal_object-14' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.DisplayKHR.html" title="type vk_sys::DisplayKHR">DisplayKHR</a></code><a class='srclink' href='../src/vulkano/swapchain/display.rs.html#316-318' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-15' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/swapchain/display/struct.DisplayMode.html" title="struct vulkano::swapchain::display::DisplayMode">DisplayMode</a></code><a href='#impl-VulkanObject-15' class='anchor'></a><a class='srclink' href='../src/vulkano/swapchain/display.rs.html#380-389' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-16' class="type"><code id='Object.t-16'>type <a href='#associatedtype.Object-16' class="type">Object</a> = <a class="type" href="../vk_sys/type.DisplayModeKHR.html" title="type vk_sys::DisplayModeKHR">DisplayModeKHR</a></code></h4><h4 id='associatedconstant.TYPE-16' class="associatedconstant hidden"><code id='TYPE.v-16'>const <a href='#associatedconstant.TYPE-16' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/swapchain/display.rs.html#383' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-15' class="method hidden"><code id='internal_object.v-16'>fn <a href='#method.internal_object-15' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.DisplayModeKHR.html" title="type vk_sys::DisplayModeKHR">DisplayModeKHR</a></code><a class='srclink' href='../src/vulkano/swapchain/display.rs.html#386-388' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-16' class='impl'><code class='in-band'>impl VulkanObject for <a class="struct" href="../vulkano/sync/struct.Event.html" title="struct vulkano::sync::Event">Event</a></code><a href='#impl-VulkanObject-16' class='anchor'></a><a class='srclink' href='../src/vulkano/sync/event.rs.html#164-173' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-17' class="type"><code id='Object.t-17'>type <a href='#associatedtype.Object-17' class="type">Object</a> = <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a></code></h4><h4 id='associatedconstant.TYPE-17' class="associatedconstant hidden"><code id='TYPE.v-17'>const <a href='#associatedconstant.TYPE-17' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/sync/event.rs.html#167' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-16' class="method hidden"><code id='internal_object.v-17'>fn <a href='#method.internal_object-16' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a></code><a class='srclink' href='../src/vulkano/sync/event.rs.html#170-172' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-17' class='impl'><code class='in-band'>impl<'a> VulkanObject for <a class="struct" href="../vulkano/descriptor/pipeline_layout/struct.PipelineLayoutSys.html" title="struct vulkano::descriptor::pipeline_layout::PipelineLayoutSys">PipelineLayoutSys</a><'a></code><a href='#impl-VulkanObject-17' class='anchor'></a><a class='srclink' href='../src/vulkano/descriptor/pipeline_layout/sys.rs.html#253-262' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-18' class="type"><code id='Object.t-18'>type <a href='#associatedtype.Object-18' class="type">Object</a> = <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a></code></h4><h4 id='associatedconstant.TYPE-18' class="associatedconstant hidden"><code id='TYPE.v-18'>const <a href='#associatedconstant.TYPE-18' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/descriptor/pipeline_layout/sys.rs.html#256' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-17' class="method hidden"><code id='internal_object.v-18'>fn <a href='#method.internal_object-17' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a></code><a class='srclink' href='../src/vulkano/descriptor/pipeline_layout/sys.rs.html#259-261' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-18' class='impl'><code class='in-band'>impl<'a> VulkanObject for <a class="struct" href="../vulkano/framebuffer/struct.FramebufferSys.html" title="struct vulkano::framebuffer::FramebufferSys">FramebufferSys</a><'a></code><a href='#impl-VulkanObject-18' class='anchor'></a><a class='srclink' href='../src/vulkano/framebuffer/framebuffer.rs.html#457-466' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-19' class="type"><code id='Object.t-19'>type <a href='#associatedtype.Object-19' class="type">Object</a> = <a class="type" href="../vk_sys/type.Framebuffer.html" title="type vk_sys::Framebuffer">Framebuffer</a></code></h4><h4 id='associatedconstant.TYPE-19' class="associatedconstant hidden"><code id='TYPE.v-19'>const <a href='#associatedconstant.TYPE-19' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/framebuffer/framebuffer.rs.html#460' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-18' class="method hidden"><code id='internal_object.v-19'>fn <a href='#method.internal_object-18' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Framebuffer.html" title="type vk_sys::Framebuffer">Framebuffer</a></code><a class='srclink' href='../src/vulkano/framebuffer/framebuffer.rs.html#463-465' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-19' class='impl'><code class='in-band'>impl<'a> VulkanObject for <a class="struct" href="../vulkano/framebuffer/struct.RenderPassSys.html" title="struct vulkano::framebuffer::RenderPassSys">RenderPassSys</a><'a></code><a href='#impl-VulkanObject-19' class='anchor'></a><a class='srclink' href='../src/vulkano/framebuffer/sys.rs.html#496-505' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-20' class="type"><code id='Object.t-20'>type <a href='#associatedtype.Object-20' class="type">Object</a> = <a class="type" href="../vk_sys/type.RenderPass.html" title="type vk_sys::RenderPass">RenderPass</a></code></h4><h4 id='associatedconstant.TYPE-20' class="associatedconstant hidden"><code id='TYPE.v-20'>const <a href='#associatedconstant.TYPE-20' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/framebuffer/sys.rs.html#499' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-19' class="method hidden"><code id='internal_object.v-20'>fn <a href='#method.internal_object-19' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.RenderPass.html" title="type vk_sys::RenderPass">RenderPass</a></code><a class='srclink' href='../src/vulkano/framebuffer/sys.rs.html#502-504' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-20' class='impl'><code class='in-band'>impl<'a> VulkanObject for <a class="struct" href="../vulkano/instance/struct.PhysicalDevice.html" title="struct vulkano::instance::PhysicalDevice">PhysicalDevice</a><'a></code><a href='#impl-VulkanObject-20' class='anchor'></a><a class='srclink' href='../src/vulkano/instance/instance.rs.html#948-957' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-21' class="type"><code id='Object.t-21'>type <a href='#associatedtype.Object-21' class="type">Object</a> = <a class="type" href="../vk_sys/type.PhysicalDevice.html" title="type vk_sys::PhysicalDevice">PhysicalDevice</a></code></h4><h4 id='associatedconstant.TYPE-21' class="associatedconstant hidden"><code id='TYPE.v-21'>const <a href='#associatedconstant.TYPE-21' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/instance/instance.rs.html#951' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-20' class="method hidden"><code id='internal_object.v-21'>fn <a href='#method.internal_object-20' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.PhysicalDevice.html" title="type vk_sys::PhysicalDevice">PhysicalDevice</a></code><a class='srclink' href='../src/vulkano/instance/instance.rs.html#954-956' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-21' class='impl'><code class='in-band'>impl<'a> VulkanObject for <a class="struct" href="../vulkano/pipeline/struct.ComputePipelineSys.html" title="struct vulkano::pipeline::ComputePipelineSys">ComputePipelineSys</a><'a></code><a href='#impl-VulkanObject-21' class='anchor'></a><a class='srclink' href='../src/vulkano/pipeline/compute_pipeline.rs.html#212-221' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-22' class="type"><code id='Object.t-22'>type <a href='#associatedtype.Object-22' class="type">Object</a> = <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code></h4><h4 id='associatedconstant.TYPE-22' class="associatedconstant hidden"><code id='TYPE.v-22'>const <a href='#associatedconstant.TYPE-22' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/pipeline/compute_pipeline.rs.html#215' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-21' class="method hidden"><code id='internal_object.v-22'>fn <a href='#method.internal_object-21' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code><a class='srclink' href='../src/vulkano/pipeline/compute_pipeline.rs.html#218-220' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-22' class='impl'><code class='in-band'>impl<'a> VulkanObject for <a class="struct" href="../vulkano/pipeline/struct.GraphicsPipelineSys.html" title="struct vulkano::pipeline::GraphicsPipelineSys">GraphicsPipelineSys</a><'a></code><a href='#impl-VulkanObject-22' class='anchor'></a><a class='srclink' href='../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#481-490' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-23' class="type"><code id='Object.t-23'>type <a href='#associatedtype.Object-23' class="type">Object</a> = <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code></h4><h4 id='associatedconstant.TYPE-23' class="associatedconstant hidden"><code id='TYPE.v-23'>const <a href='#associatedconstant.TYPE-23' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#484' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-22' class="method hidden"><code id='internal_object.v-23'>fn <a href='#method.internal_object-22' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code><a class='srclink' href='../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#487-489' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-23' class='impl'><code class='in-band'>impl<D> VulkanObject for <a class="struct" href="../vulkano/sync/struct.Fence.html" title="struct vulkano::sync::Fence">Fence</a><D> <span class="where fmt-newline">where<br> D: <a class="trait" href="../vulkano/trait.SafeDeref.html" title="trait vulkano::SafeDeref">SafeDeref</a><Target = <a class="struct" href="../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>>, </span></code><a href='#impl-VulkanObject-23' class='anchor'></a><a class='srclink' href='../src/vulkano/sync/fence.rs.html#305-316' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-24' class="type"><code id='Object.t-24'>type <a href='#associatedtype.Object-24' class="type">Object</a> = <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a></code></h4><h4 id='associatedconstant.TYPE-24' class="associatedconstant hidden"><code id='TYPE.v-24'>const <a href='#associatedconstant.TYPE-24' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/sync/fence.rs.html#310' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-23' class="method hidden"><code id='internal_object.v-24'>fn <a href='#method.internal_object-23' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a></code><a class='srclink' href='../src/vulkano/sync/fence.rs.html#313-315' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-24' class='impl'><code class='in-band'>impl<D> VulkanObject for <a class="struct" href="../vulkano/sync/struct.Semaphore.html" title="struct vulkano::sync::Semaphore">Semaphore</a><D> <span class="where fmt-newline">where<br> D: <a class="trait" href="../vulkano/trait.SafeDeref.html" title="trait vulkano::SafeDeref">SafeDeref</a><Target = <a class="struct" href="../vulkano/device/struct.Device.html" title="struct vulkano::device::Device">Device</a>>, </span></code><a href='#impl-VulkanObject-24' class='anchor'></a><a class='srclink' href='../src/vulkano/sync/semaphore.rs.html#100-111' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-25' class="type"><code id='Object.t-25'>type <a href='#associatedtype.Object-25' class="type">Object</a> = <a class="type" href="../vk_sys/type.Semaphore.html" title="type vk_sys::Semaphore">Semaphore</a></code></h4><h4 id='associatedconstant.TYPE-25' class="associatedconstant hidden"><code id='TYPE.v-25'>const <a href='#associatedconstant.TYPE-25' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/sync/semaphore.rs.html#105' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-24' class="method hidden"><code id='internal_object.v-25'>fn <a href='#method.internal_object-24' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Semaphore.html" title="type vk_sys::Semaphore">Semaphore</a></code><a class='srclink' href='../src/vulkano/sync/semaphore.rs.html#108-110' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-25' class='impl'><code class='in-band'>impl<F, B> VulkanObject 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-VulkanObject-25' class='anchor'></a><a class='srclink' href='../src/vulkano/buffer/view.rs.html#199-210' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-26' class="type"><code id='Object.t-26'>type <a href='#associatedtype.Object-26' class="type">Object</a> = <a class="type" href="../vk_sys/type.BufferView.html" title="type vk_sys::BufferView">BufferView</a></code></h4><h4 id='associatedconstant.TYPE-26' class="associatedconstant hidden"><code id='TYPE.v-26'>const <a href='#associatedconstant.TYPE-26' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/buffer/view.rs.html#204' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-25' class="method hidden"><code id='internal_object.v-26'>fn <a href='#method.internal_object-25' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.BufferView.html" title="type vk_sys::BufferView">BufferView</a></code><a class='srclink' href='../src/vulkano/buffer/view.rs.html#207-209' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-26' class='impl'><code class='in-band'>impl<Mv, L, Rp> VulkanObject for <a class="struct" href="../vulkano/pipeline/struct.GraphicsPipeline.html" title="struct vulkano::pipeline::GraphicsPipeline">GraphicsPipeline</a><Mv, L, Rp></code><a href='#impl-VulkanObject-26' class='anchor'></a><a class='srclink' href='../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#302-311' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-27' class="type"><code id='Object.t-27'>type <a href='#associatedtype.Object-27' class="type">Object</a> = <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code></h4><h4 id='associatedconstant.TYPE-27' class="associatedconstant hidden"><code id='TYPE.v-27'>const <a href='#associatedconstant.TYPE-27' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#305' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-26' class="method hidden"><code id='internal_object.v-27'>fn <a href='#method.internal_object-26' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code><a class='srclink' href='../src/vulkano/pipeline/graphics_pipeline/mod.rs.html#308-310' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-27' class='impl'><code class='in-band'>impl<P> VulkanObject 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-VulkanObject-27' class='anchor'></a><a class='srclink' href='../src/vulkano/command_buffer/sys.rs.html#1952-1961' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-28' class="type"><code id='Object.t-28'>type <a href='#associatedtype.Object-28' class="type">Object</a> = <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a></code></h4><h4 id='associatedconstant.TYPE-28' class="associatedconstant hidden"><code id='TYPE.v-28'>const <a href='#associatedconstant.TYPE-28' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/command_buffer/sys.rs.html#1955' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-27' class="method hidden"><code id='internal_object.v-28'>fn <a href='#method.internal_object-27' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a></code><a class='srclink' href='../src/vulkano/command_buffer/sys.rs.html#1958-1960' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-28' class='impl'><code class='in-band'>impl<P> VulkanObject 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-VulkanObject-28' class='anchor'></a><a class='srclink' href='../src/vulkano/command_buffer/sys.rs.html#1542-1552' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-29' class="type"><code id='Object.t-29'>type <a href='#associatedtype.Object-29' class="type">Object</a> = <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a></code></h4><h4 id='associatedconstant.TYPE-29' class="associatedconstant hidden"><code id='TYPE.v-29'>const <a href='#associatedconstant.TYPE-29' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/command_buffer/sys.rs.html#1545' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-28' class="method hidden"><code id='internal_object.v-29'>fn <a href='#method.internal_object-28' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a></code><a class='srclink' href='../src/vulkano/command_buffer/sys.rs.html#1548-1551' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-29' class='impl'><code class='in-band'>impl<Pl> VulkanObject for <a class="struct" href="../vulkano/pipeline/struct.ComputePipeline.html" title="struct vulkano::pipeline::ComputePipeline">ComputePipeline</a><Pl></code><a href='#impl-VulkanObject-29' class='anchor'></a><a class='srclink' href='../src/vulkano/pipeline/compute_pipeline.rs.html#274-283' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-30' class="type"><code id='Object.t-30'>type <a href='#associatedtype.Object-30' class="type">Object</a> = <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code></h4><h4 id='associatedconstant.TYPE-30' class="associatedconstant hidden"><code id='TYPE.v-30'>const <a href='#associatedconstant.TYPE-30' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/pipeline/compute_pipeline.rs.html#277' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-29' class="method hidden"><code id='internal_object.v-30'>fn <a href='#method.internal_object-29' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a></code><a class='srclink' href='../src/vulkano/pipeline/compute_pipeline.rs.html#280-282' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-30' class='impl'><code class='in-band'>impl<W> VulkanObject for <a class="struct" href="../vulkano/swapchain/struct.Surface.html" title="struct vulkano::swapchain::Surface">Surface</a><W></code><a href='#impl-VulkanObject-30' class='anchor'></a><a class='srclink' href='../src/vulkano/swapchain/surface.rs.html#578-587' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-31' class="type"><code id='Object.t-31'>type <a href='#associatedtype.Object-31' class="type">Object</a> = <a class="type" href="../vk_sys/type.SurfaceKHR.html" title="type vk_sys::SurfaceKHR">SurfaceKHR</a></code></h4><h4 id='associatedconstant.TYPE-31' class="associatedconstant hidden"><code id='TYPE.v-31'>const <a href='#associatedconstant.TYPE-31' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/swapchain/surface.rs.html#581' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-30' class="method hidden"><code id='internal_object.v-31'>fn <a href='#method.internal_object-30' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.SurfaceKHR.html" title="type vk_sys::SurfaceKHR">SurfaceKHR</a></code><a class='srclink' href='../src/vulkano/swapchain/surface.rs.html#584-586' title='goto source code'>[src]</a></h4></div><h3 id='impl-VulkanObject-31' class='impl'><code class='in-band'>impl<W> VulkanObject for <a class="struct" href="../vulkano/swapchain/struct.Swapchain.html" title="struct vulkano::swapchain::Swapchain">Swapchain</a><W></code><a href='#impl-VulkanObject-31' class='anchor'></a><a class='srclink' href='../src/vulkano/swapchain/swapchain.rs.html#578-587' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Object-32' class="type"><code id='Object.t-32'>type <a href='#associatedtype.Object-32' class="type">Object</a> = <a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a></code></h4><h4 id='associatedconstant.TYPE-32' class="associatedconstant hidden"><code id='TYPE.v-32'>const <a href='#associatedconstant.TYPE-32' class="constant"><b>TYPE</b></a>: <a class="type" href="../vk_sys/type.DebugReportObjectTypeEXT.html" title="type vk_sys::DebugReportObjectTypeEXT">DebugReportObjectTypeEXT</a></code><a class='srclink' href='../src/vulkano/swapchain/swapchain.rs.html#581' title='goto source code'>[src]</a></h4><h4 id='method.internal_object-31' class="method hidden"><code id='internal_object.v-32'>fn <a href='#method.internal_object-31' class='fnname'>internal_object</a>(&self) -> <a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a></code><a class='srclink' href='../src/vulkano/swapchain/swapchain.rs.html#584-586' 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
|
|
|
src="../implementors/vulkano/trait.VulkanObject.js">
|
|
|
</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> |