#[repr(u32)]pub enum RayQueryCandidateIntersectionType {
    RayQueryCandidateIntersectionTriangleKHR = 0,
    RayQueryCandidateIntersectionAABBKHR = 1,
}Expand description
SPIR-V operand kind: RayQueryCandidateIntersectionType
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RayQueryCandidateIntersectionType
 
impl Clone for RayQueryCandidateIntersectionType
Source§fn clone(&self) -> RayQueryCandidateIntersectionType
 
fn clone(&self) -> RayQueryCandidateIntersectionType
Returns a duplicate 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 Ord for RayQueryCandidateIntersectionType
 
impl Ord for RayQueryCandidateIntersectionType
Source§fn cmp(&self, other: &RayQueryCandidateIntersectionType) -> Ordering
 
fn cmp(&self, other: &RayQueryCandidateIntersectionType) -> 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 RayQueryCandidateIntersectionType
 
impl PartialEq for RayQueryCandidateIntersectionType
Source§fn eq(&self, other: &RayQueryCandidateIntersectionType) -> bool
 
fn eq(&self, other: &RayQueryCandidateIntersectionType) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RayQueryCandidateIntersectionType
 
impl PartialOrd for RayQueryCandidateIntersectionType
impl Copy for RayQueryCandidateIntersectionType
impl Eq for RayQueryCandidateIntersectionType
impl StructuralPartialEq for RayQueryCandidateIntersectionType
Auto Trait Implementations§
impl Freeze for RayQueryCandidateIntersectionType
impl RefUnwindSafe for RayQueryCandidateIntersectionType
impl Send for RayQueryCandidateIntersectionType
impl Sync for RayQueryCandidateIntersectionType
impl Unpin for RayQueryCandidateIntersectionType
impl UnwindSafe for RayQueryCandidateIntersectionType
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