[−][src]Struct ash::vk::ObjectType
Methods
impl ObjectType
[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'
pub const DEBUG_REPORT_CALLBACK_EXT: Self
[src]
impl ObjectType
[src]
Generated from 'VK_KHR_descriptor_update_template'
pub const DESCRIPTOR_UPDATE_TEMPLATE_KHR: Self
[src]
impl ObjectType
[src]
Generated from 'VK_EXT_debug_utils'
pub const DEBUG_UTILS_MESSENGER_EXT: Self
[src]
impl ObjectType
[src]
Generated from 'VK_KHR_ray_tracing'
pub const ACCELERATION_STRUCTURE_KHR: Self
[src]
impl ObjectType
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
pub const SAMPLER_YCBCR_CONVERSION_KHR: Self
[src]
impl ObjectType
[src]
Generated from 'VK_EXT_validation_cache'
pub const VALIDATION_CACHE_EXT: Self
[src]
impl ObjectType
[src]
Generated from 'VK_NV_ray_tracing'
pub const ACCELERATION_STRUCTURE_NV: Self
[src]
impl ObjectType
[src]
Generated from 'VK_INTEL_performance_query'
pub const PERFORMANCE_CONFIGURATION_INTEL: Self
[src]
impl ObjectType
[src]
Generated from 'VK_KHR_deferred_host_operations'
pub const DEFERRED_OPERATION_KHR: Self
[src]
impl ObjectType
[src]
Generated from 'VK_NV_device_generated_commands'
pub const INDIRECT_COMMANDS_LAYOUT_NV: Self
[src]
impl ObjectType
[src]
Generated from 'VK_VERSION_1_1'
pub const SAMPLER_YCBCR_CONVERSION: Self
[src]
impl ObjectType
[src]
Generated from 'VK_VERSION_1_1'
pub const DESCRIPTOR_UPDATE_TEMPLATE: Self
[src]
Trait Implementations
impl Clone for ObjectType
[src]
fn clone(&self) -> ObjectType
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ObjectType
[src]
impl Debug for ObjectType
[src]
impl Default for ObjectType
[src]
fn default() -> ObjectType
[src]
impl Eq for ObjectType
[src]
impl Hash for ObjectType
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for ObjectType
[src]
fn cmp(&self, other: &ObjectType) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<ObjectType> for ObjectType
[src]
fn eq(&self, other: &ObjectType) -> bool
[src]
fn ne(&self, other: &ObjectType) -> bool
[src]
impl PartialOrd<ObjectType> for ObjectType
[src]
fn partial_cmp(&self, other: &ObjectType) -> Option<Ordering>
[src]
fn lt(&self, other: &ObjectType) -> bool
[src]
fn le(&self, other: &ObjectType) -> bool
[src]
fn gt(&self, other: &ObjectType) -> bool
[src]
fn ge(&self, other: &ObjectType) -> bool
[src]
impl StructuralEq for ObjectType
[src]
impl StructuralPartialEq for ObjectType
[src]
Auto Trait Implementations
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,