#[repr(transparent)]pub struct RayTracingShaderGroupTypeKHR(_);Expand description
Implementations
sourceimpl RayTracingShaderGroupTypeKHR
impl RayTracingShaderGroupTypeKHR
pub const GENERAL: RayTracingShaderGroupTypeKHR = Self(0)
pub const TRIANGLES_HIT_GROUP: RayTracingShaderGroupTypeKHR = Self(1)
pub const PROCEDURAL_HIT_GROUP: RayTracingShaderGroupTypeKHR = Self(2)
sourceimpl RayTracingShaderGroupTypeKHR
impl RayTracingShaderGroupTypeKHR
Generated from ‘VK_NV_ray_tracing’
pub const GENERAL_NV: RayTracingShaderGroupTypeKHR = Self::GENERAL
pub const TRIANGLES_HIT_GROUP_NV: RayTracingShaderGroupTypeKHR = Self::TRIANGLES_HIT_GROUP
pub const PROCEDURAL_HIT_GROUP_NV: RayTracingShaderGroupTypeKHR = Self::PROCEDURAL_HIT_GROUP
Trait Implementations
sourceimpl Clone for RayTracingShaderGroupTypeKHR
impl Clone for RayTracingShaderGroupTypeKHR
sourcefn clone(&self) -> RayTracingShaderGroupTypeKHR
fn clone(&self) -> RayTracingShaderGroupTypeKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RayTracingShaderGroupTypeKHR
impl Debug for RayTracingShaderGroupTypeKHR
sourceimpl Default for RayTracingShaderGroupTypeKHR
impl Default for RayTracingShaderGroupTypeKHR
sourcefn default() -> RayTracingShaderGroupTypeKHR
fn default() -> RayTracingShaderGroupTypeKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for RayTracingShaderGroupTypeKHR
impl Hash for RayTracingShaderGroupTypeKHR
sourceimpl Ord for RayTracingShaderGroupTypeKHR
impl Ord for RayTracingShaderGroupTypeKHR
sourceimpl PartialEq<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
impl PartialEq<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &RayTracingShaderGroupTypeKHR) -> bool
fn ne(&self, other: &RayTracingShaderGroupTypeKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
impl PartialOrd<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
sourcefn partial_cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for RayTracingShaderGroupTypeKHR
impl Eq for RayTracingShaderGroupTypeKHR
impl StructuralEq for RayTracingShaderGroupTypeKHR
impl StructuralPartialEq for RayTracingShaderGroupTypeKHR
Auto Trait Implementations
impl RefUnwindSafe for RayTracingShaderGroupTypeKHR
impl Send for RayTracingShaderGroupTypeKHR
impl Sync for RayTracingShaderGroupTypeKHR
impl Unpin for RayTracingShaderGroupTypeKHR
impl UnwindSafe for RayTracingShaderGroupTypeKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more