[][src]Struct ash::vk::ObjectType

#[repr(transparent)]
pub struct ObjectType(_);

Methods

impl ObjectType[src]

pub fn from_raw(x: i32) -> Self[src]

pub fn as_raw(self) -> i32[src]

impl ObjectType[src]

pub const UNKNOWN: Self[src]

pub const INSTANCE: Self[src]

VkInstance

pub const PHYSICAL_DEVICE: Self[src]

VkPhysicalDevice

pub const DEVICE: Self[src]

VkDevice

pub const QUEUE: Self[src]

VkQueue

pub const SEMAPHORE: Self[src]

VkSemaphore

pub const COMMAND_BUFFER: Self[src]

VkCommandBuffer

pub const FENCE: Self[src]

VkFence

pub const DEVICE_MEMORY: Self[src]

VkDeviceMemory

pub const BUFFER: Self[src]

VkBuffer

pub const IMAGE: Self[src]

VkImage

pub const EVENT: Self[src]

VkEvent

pub const QUERY_POOL: Self[src]

VkQueryPool

pub const BUFFER_VIEW: Self[src]

VkBufferView

pub const IMAGE_VIEW: Self[src]

VkImageView

pub const SHADER_MODULE: Self[src]

VkShaderModule

pub const PIPELINE_CACHE: Self[src]

VkPipelineCache

pub const PIPELINE_LAYOUT: Self[src]

VkPipelineLayout

pub const RENDER_PASS: Self[src]

VkRenderPass

pub const PIPELINE: Self[src]

VkPipeline

pub const DESCRIPTOR_SET_LAYOUT: Self[src]

VkDescriptorSetLayout

pub const SAMPLER: Self[src]

VkSampler

pub const DESCRIPTOR_POOL: Self[src]

VkDescriptorPool

pub const DESCRIPTOR_SET: Self[src]

VkDescriptorSet

pub const FRAMEBUFFER: Self[src]

VkFramebuffer

pub const COMMAND_POOL: Self[src]

VkCommandPool

impl ObjectType[src]

Generated from 'VK_KHR_surface'

pub const SURFACE_KHR: Self[src]

impl ObjectType[src]

Generated from 'VK_KHR_swapchain'

pub const SWAPCHAIN_KHR: Self[src]

impl ObjectType[src]

Generated from 'VK_KHR_display'

pub const DISPLAY_KHR: Self[src]

impl ObjectType[src]

Generated from 'VK_KHR_display'

pub const DISPLAY_MODE_KHR: Self[src]

impl ObjectType[src]

Generated from 'VK_EXT_debug_report'

impl ObjectType[src]

Generated from 'VK_NVX_device_generated_commands'

pub const OBJECT_TABLE_NVX: Self[src]

impl ObjectType[src]

Generated from 'VK_NVX_device_generated_commands'

impl ObjectType[src]

Generated from 'VK_EXT_debug_utils'

impl ObjectType[src]

Generated from 'VK_EXT_validation_cache'

impl ObjectType[src]

Generated from 'VK_NV_ray_tracing'

impl ObjectType[src]

Generated from 'VK_VERSION_1_1'

impl ObjectType[src]

Generated from 'VK_VERSION_1_1'

Trait Implementations

impl Eq for ObjectType[src]

impl Copy for ObjectType[src]

impl PartialOrd<ObjectType> for ObjectType[src]

impl Default for ObjectType[src]

impl PartialEq<ObjectType> for ObjectType[src]

impl Clone for ObjectType[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Ord for ObjectType[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

fn clamp(self, min: Self, max: Self) -> Self[src]

🔬 This is a nightly-only experimental API. (clamp)

Restrict a value to a certain interval. Read more

impl Debug for ObjectType[src]

impl Hash for ObjectType[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

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

Auto Trait Implementations

impl Send for ObjectType

impl Sync for ObjectType

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.