Enum dacite::ext_debug_report::DebugReportObjectTypeExt [] [src]

pub enum DebugReportObjectTypeExt {
    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,
    DebugReport,
    SurfaceKhr,
    SwapchainKhr,
    UnknownValue(VkDebugReportObjectTypeEXT),
}

Variants

See extension VK_KHR_surface

See extension VK_KHR_swapchain

Trait Implementations

impl Debug for DebugReportObjectTypeExt
[src]

Formats the value using the given formatter.

impl Copy for DebugReportObjectTypeExt
[src]

impl Clone for DebugReportObjectTypeExt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DebugReportObjectTypeExt
[src]

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

This method tests for !=.

impl Eq for DebugReportObjectTypeExt
[src]

impl Hash for DebugReportObjectTypeExt
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<VkDebugReportObjectTypeEXT> for DebugReportObjectTypeExt
[src]

Performs the conversion.