pub enum Empty {}Expand description
Dummy backend.
Trait Implementations§
source§impl Backend for Backend
impl Backend for Backend
§type PhysicalDevice = PhysicalDevice
type PhysicalDevice = PhysicalDevice
The corresponding physical device type for this backend.
§type Device = Device
type Device = Device
The corresponding logical device type for this backend.
§type QueueFamily = QueueFamily
type QueueFamily = QueueFamily
The corresponding queue family type for this backend.
§type Queue = Queue
type Queue = Queue
The corresponding command queue type for this backend.
§type CommandBuffer = CommandBuffer
type CommandBuffer = CommandBuffer
The corresponding command buffer type for this backend.
§type CommandPool = CommandPool
type CommandPool = CommandPool
The corresponding command pool type for this backend.
§type ShaderModule = ()
type ShaderModule = ()
The corresponding shader module type for this backend.
§type RenderPass = ()
type RenderPass = ()
The corresponding render pass type for this backend.
§type Framebuffer = ()
type Framebuffer = ()
The corresponding framebuffer type for this backend.
§type BufferView = ()
type BufferView = ()
The corresponding buffer view type for this backend.
§type ComputePipeline = ()
type ComputePipeline = ()
The corresponding compute pipeline type for this backend.
§type GraphicsPipeline = ()
type GraphicsPipeline = ()
The corresponding graphics pipeline type for this backend.
§type PipelineCache = ()
type PipelineCache = ()
The corresponding pipeline cache type for this backend.
§type PipelineLayout = ()
type PipelineLayout = ()
The corresponding pipeline layout type for this backend.
§type DescriptorSetLayout = DescriptorSetLayout
type DescriptorSetLayout = DescriptorSetLayout
The corresponding descriptor set layout type for this backend.
§type DescriptorPool = DescriptorPool
type DescriptorPool = DescriptorPool
The corresponding descriptor pool type for this backend.
§type DescriptorSet = DescriptorSet
type DescriptorSet = DescriptorSet
The corresponding descriptor set type for this backend.
impl Copy for Backend
impl Eq for Backend
impl StructuralEq for Backend
impl StructuralPartialEq for Backend
Auto Trait Implementations§
impl RefUnwindSafe for Backend
impl Send for Backend
impl Sync for Backend
impl Unpin for Backend
impl UnwindSafe for Backend
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.