Enum lava::ext::VkDebugReportObjectType[][src]

#[repr(i32)]
pub enum VkDebugReportObjectType { Unknown, Instance, PhysicalDevice, Device, Queue, Semaphore, CommandBuffer, Fence, DeviceMemory, Buffer, Image, Event, QueryPool, BufferView, ImageView, ShaderModule, PipelineCache, PipelineLayout, RenderPass, Pipeline, DescriptorSetLayout, Sampler, DescriptorPool, DescriptorSet, Framebuffer, CommandPool, SurfaceKhr, SwapchainKhr, DebugReportCallbackExt, DisplayKhr, DisplayModeKhr, ObjectTableNvx, IndirectCommandsLayoutNvx, ValidationCacheExt, SamplerYcbcrConversion, DescriptorUpdateTemplate, }

Variants

Trait Implementations

impl Debug for VkDebugReportObjectType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VkDebugReportObjectType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for VkDebugReportObjectType
[src]

impl Clone for VkDebugReportObjectType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDebugReportObjectType
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations