Struct ash::vk::RayTracingShaderGroupTypeKHR
source · pub struct RayTracingShaderGroupTypeKHR(/* private fields */);
Expand description
Implementations§
source§impl RayTracingShaderGroupTypeKHR
impl RayTracingShaderGroupTypeKHR
pub const GENERAL: Self = _
pub const TRIANGLES_HIT_GROUP: Self = _
pub const PROCEDURAL_HIT_GROUP: Self = _
source§impl RayTracingShaderGroupTypeKHR
impl RayTracingShaderGroupTypeKHR
Generated from ‘VK_NV_ray_tracing’
pub const GENERAL_NV: Self = Self::GENERAL
pub const TRIANGLES_HIT_GROUP_NV: Self = Self::TRIANGLES_HIT_GROUP
pub const PROCEDURAL_HIT_GROUP_NV: Self = Self::PROCEDURAL_HIT_GROUP
Trait Implementations§
source§impl Clone for RayTracingShaderGroupTypeKHR
impl Clone for RayTracingShaderGroupTypeKHR
source§fn clone(&self) -> RayTracingShaderGroupTypeKHR
fn clone(&self) -> RayTracingShaderGroupTypeKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RayTracingShaderGroupTypeKHR
impl Debug for RayTracingShaderGroupTypeKHR
source§impl Default for RayTracingShaderGroupTypeKHR
impl Default for RayTracingShaderGroupTypeKHR
source§fn default() -> RayTracingShaderGroupTypeKHR
fn default() -> RayTracingShaderGroupTypeKHR
Returns the “default value” for a type. Read more
source§impl Hash for RayTracingShaderGroupTypeKHR
impl Hash for RayTracingShaderGroupTypeKHR
source§impl Ord for RayTracingShaderGroupTypeKHR
impl Ord for RayTracingShaderGroupTypeKHR
source§fn cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Ordering
fn cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RayTracingShaderGroupTypeKHR
impl PartialEq for RayTracingShaderGroupTypeKHR
source§fn eq(&self, other: &RayTracingShaderGroupTypeKHR) -> bool
fn eq(&self, other: &RayTracingShaderGroupTypeKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RayTracingShaderGroupTypeKHR
impl PartialOrd for RayTracingShaderGroupTypeKHR
source§fn partial_cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for RayTracingShaderGroupTypeKHR
impl Eq for RayTracingShaderGroupTypeKHR
impl StructuralPartialEq for RayTracingShaderGroupTypeKHR
Auto Trait Implementations§
impl Freeze for RayTracingShaderGroupTypeKHR
impl RefUnwindSafe for RayTracingShaderGroupTypeKHR
impl Send for RayTracingShaderGroupTypeKHR
impl Sync for RayTracingShaderGroupTypeKHR
impl Unpin for RayTracingShaderGroupTypeKHR
impl UnwindSafe for RayTracingShaderGroupTypeKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more