[−][src]Struct ash::vk::DebugReportObjectTypeEXT
Methods
impl DebugReportObjectTypeEXT
[src]
impl DebugReportObjectTypeEXT
[src]
pub const UNKNOWN: Self
[src]
pub const INSTANCE: Self
[src]
pub const PHYSICAL_DEVICE: Self
[src]
pub const DEVICE: Self
[src]
pub const QUEUE: Self
[src]
pub const SEMAPHORE: Self
[src]
pub const COMMAND_BUFFER: Self
[src]
pub const FENCE: Self
[src]
pub const DEVICE_MEMORY: Self
[src]
pub const BUFFER: Self
[src]
pub const IMAGE: Self
[src]
pub const EVENT: Self
[src]
pub const QUERY_POOL: Self
[src]
pub const BUFFER_VIEW: Self
[src]
pub const IMAGE_VIEW: Self
[src]
pub const SHADER_MODULE: Self
[src]
pub const PIPELINE_CACHE: Self
[src]
pub const PIPELINE_LAYOUT: Self
[src]
pub const RENDER_PASS: Self
[src]
pub const PIPELINE: Self
[src]
pub const DESCRIPTOR_SET_LAYOUT: Self
[src]
pub const SAMPLER: Self
[src]
pub const DESCRIPTOR_POOL: Self
[src]
pub const DESCRIPTOR_SET: Self
[src]
pub const FRAMEBUFFER: Self
[src]
pub const COMMAND_POOL: Self
[src]
pub const SURFACE_KHR: Self
[src]
pub const SWAPCHAIN_KHR: Self
[src]
pub const DEBUG_REPORT_CALLBACK: Self
[src]
pub const DISPLAY_KHR: Self
[src]
pub const DISPLAY_MODE_KHR: Self
[src]
pub const VALIDATION_CACHE: Self
[src]
impl DebugReportObjectTypeEXT
[src]
Generated from 'VK_EXT_debug_report'
pub const SAMPLER_YCBCR_CONVERSION: Self
[src]
impl DebugReportObjectTypeEXT
[src]
Generated from 'VK_EXT_debug_report'
pub const DESCRIPTOR_UPDATE_TEMPLATE: Self
[src]
impl DebugReportObjectTypeEXT
[src]
Generated from 'VK_KHR_descriptor_update_template'
pub const DESCRIPTOR_UPDATE_TEMPLATE_KHR: Self
[src]
impl DebugReportObjectTypeEXT
[src]
Generated from 'VK_KHR_ray_tracing'
pub const ACCELERATION_STRUCTURE_KHR: Self
[src]
impl DebugReportObjectTypeEXT
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
pub const SAMPLER_YCBCR_CONVERSION_KHR: Self
[src]
impl DebugReportObjectTypeEXT
[src]
Generated from 'VK_NV_ray_tracing'
pub const ACCELERATION_STRUCTURE_NV: Self
[src]
Trait Implementations
impl Clone for DebugReportObjectTypeEXT
[src]
fn clone(&self) -> DebugReportObjectTypeEXT
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DebugReportObjectTypeEXT
[src]
impl Debug for DebugReportObjectTypeEXT
[src]
impl Default for DebugReportObjectTypeEXT
[src]
fn default() -> DebugReportObjectTypeEXT
[src]
impl Eq for DebugReportObjectTypeEXT
[src]
impl Hash for DebugReportObjectTypeEXT
[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 DebugReportObjectTypeEXT
[src]
fn cmp(&self, other: &DebugReportObjectTypeEXT) -> 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<DebugReportObjectTypeEXT> for DebugReportObjectTypeEXT
[src]
fn eq(&self, other: &DebugReportObjectTypeEXT) -> bool
[src]
fn ne(&self, other: &DebugReportObjectTypeEXT) -> bool
[src]
impl PartialOrd<DebugReportObjectTypeEXT> for DebugReportObjectTypeEXT
[src]
fn partial_cmp(&self, other: &DebugReportObjectTypeEXT) -> Option<Ordering>
[src]
fn lt(&self, other: &DebugReportObjectTypeEXT) -> bool
[src]
fn le(&self, other: &DebugReportObjectTypeEXT) -> bool
[src]
fn gt(&self, other: &DebugReportObjectTypeEXT) -> bool
[src]
fn ge(&self, other: &DebugReportObjectTypeEXT) -> bool
[src]
impl StructuralEq for DebugReportObjectTypeEXT
[src]
impl StructuralPartialEq for DebugReportObjectTypeEXT
[src]
Auto Trait Implementations
impl RefUnwindSafe for DebugReportObjectTypeEXT
impl Send for DebugReportObjectTypeEXT
impl Sync for DebugReportObjectTypeEXT
impl Unpin for DebugReportObjectTypeEXT
impl UnwindSafe for DebugReportObjectTypeEXT
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>,