Enum lava::VkObjectType[][src]

#[repr(i32)]
pub enum VkObjectType { 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, SamplerYcbcrConversion, DescriptorUpdateTemplate, SurfaceKhr, SwapchainKhr, DisplayKhr, DisplayModeKhr, DebugReportCallbackExt, ObjectTableNvx, IndirectCommandsLayoutNvx, DebugUtilsMessengerExt, ValidationCacheExt, }

Variants

Trait Implementations

impl Debug for VkObjectType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VkObjectType
[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 VkObjectType
[src]

impl Clone for VkObjectType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkObjectType
[src]

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

Auto Trait Implementations